Nearby constructor

Nearby()

Implementation

factory Nearby() {
  _instance ??= Nearby._();
  return _instance!;
}