menu
nice2dev_flutter_ui package
documentation
core/nice_localization.dart
NiceLocalizationManager
hasKey method
hasKey method
dark_mode
light_mode
hasKey
method
bool
hasKey
(
String
key
)
Check if key exists
Implementation
bool hasKey(String key) => _getNestedValue(key) != null;
nice2dev_flutter_ui package
documentation
core/nice_localization
NiceLocalizationManager
hasKey method
NiceLocalizationManager class