instance property

Implementation

static ProgamificationConfig get instance {
  assert(_instance != null, 'AppConfig has not been initialized.');
  return _instance!;
}