to property

ConnectivityService get to

Implementation

static ConnectivityService get to {
  if (_to != null) return _to!;

  _to = ConnectivityService();

  return _to!;
}