menu
otium_ecommerce
core/config/flavor_config.dart
FlavorConfig
isProduction property
isProduction
dark_mode
light_mode
isProduction
property
bool
isProduction
Implementation
bool get isProduction => flavor == Flavor.production;
otium_ecommerce
flavor_config
FlavorConfig
isProduction property
FlavorConfig class