hash property
String
get
hash
return hash of GeoFirePoint
Implementation
String get hash {
return _util.encode(latitude, longitude, 9);
}
return hash of GeoFirePoint
String get hash {
return _util.encode(latitude, longitude, 9);
}