isProduction property
bool
get
isProduction
Indicates whether in production mode
Implementation
bool get isProduction => environment == BabylAIEnvironment.production;
Indicates whether in production mode
bool get isProduction => environment == BabylAIEnvironment.production;