menu
flight_booking_app package
documentation
config/environment_config.dart
EnvironmentConfig
enableDebugLog property
enableDebugLog property
dark_mode
light_mode
enableDebugLog
property
bool
get
enableDebugLog
是否启用调试日志(生产环境关闭)
Implementation
static bool get enableDebugLog => !isProduction;
flight_booking_app package
documentation
config/environment_config
EnvironmentConfig
enableDebugLog property
EnvironmentConfig class