systemEnv property

String get systemEnv

Implementation

String get systemEnv {
  return _env.isTextEmpty ? 'prod' : '$_env';
}