hasValidCoords property
Whether this location has valid coordinates.
Implementation
bool get hasValidCoords => coords.isValid && !coords.isNullIsland;
Whether this location has valid coordinates.
bool get hasValidCoords => coords.isValid && !coords.isNullIsland;