isLatLong property

bool get isLatLong

Checks if the string is a valid latitude,longitude pair.

Implementation

bool get isLatLong {
  return _isLatLong(this);
}