menu
library_helper package
documentation
config/env_config.dart
EnvConfig
isDev property
isDev property
dark_mode
light_mode
isDev
property
bool
get
isDev
Implementation
bool get isDev => environment == Environment.dev;
library_helper package
documentation
config/env_config
EnvConfig
isDev property
EnvConfig class