menu
neomage package
documentation
utils/fast_mode/fast_mode.dart
FastModeConfig
isEnvTruthy property
isEnvTruthy property
dark_mode
light_mode
isEnvTruthy
property
bool
Function
(
String
name
)
isEnvTruthy
final
Check if the environment variable is truthy.
Implementation
final bool Function(String name) isEnvTruthy;
neomage package
documentation
utils/fast_mode/fast_mode
FastModeConfig
isEnvTruthy property
FastModeConfig class