hasValidCoords property

bool get hasValidCoords

Whether this location has valid coordinates.

Implementation

bool get hasValidCoords => coords.isValid && !coords.isNullIsland;