menu
neomage package
documentation
utils/config/config_full.dart
isProjectConfigKey function
isProjectConfigKey function
dark_mode
light_mode
isProjectConfigKey
function
bool
isProjectConfigKey
(
String
key
)
Implementation
bool isProjectConfigKey(String key) => projectConfigKeys.contains(key);
neomage package
documentation
utils/config/config_full
isProjectConfigKey function
config_full library