menu
y_debug_tools package
documentation
k_debug_tools.dart
ServerEnv
hasConfig method
hasConfig method
dark_mode
light_mode
hasConfig
method
bool
hasConfig
(
)
Implementation
bool hasConfig() { return _allEnvKeys?.isNotEmpty == true && _allConfigs?.isNotEmpty == true; }
y_debug_tools package
documentation
k_debug_tools
ServerEnv
hasConfig method
ServerEnv class