neighbors property

List<String> neighbors

return all neighbors of GeoFirePoint

Implementation

List<String> get neighbors {
  return _util.neighbors(this.hash);
}