isProduction property
bool
get
isProduction
Check if current environment is production
Implementation
bool get isProduction => this == Environment.production;
Check if current environment is production
bool get isProduction => this == Environment.production;