displayAddress property

String get displayAddress

Returns the address or coordinates if address is not available.

Implementation

String get displayAddress => address ?? coordinates;