hash property

String hash

return hash of GeoFirePoint

Implementation

String get hash {
  return _util.encode(this.latitude, this.longitude, 9);
}