isProduction property
Whether this environment is AppEnvironment.production.
Implementation
bool get isProduction => this == AppEnvironment.production;
Whether this environment is AppEnvironment.production.
bool get isProduction => this == AppEnvironment.production;