I property

Implementation

static DSRemoteConfig get I {
  assert(_instance != null, 'Call DSRemoteConfig() or its subclass before use');
  return _instance!;
}