appEnv constant

String const appEnv

Implementation

static const String appEnv = String.fromEnvironment(
  'APP_ENV',
  defaultValue: 'prod',
);