displayAddress property
Returns the address or coordinates if address is not available.
Implementation
String get displayAddress => address ?? coordinates;
Returns the address or coordinates if address is not available.
String get displayAddress => address ?? coordinates;