displayAddress property

String? get displayAddress

Implementation

String? get displayAddress => _getDisplayAddress([
      streetAddress,
      city,
      state,
      postalCode,
    ]);