menu
nice2dev_flutter_ui
tools\nice_module_system.dart
NiceFeatureFlagManager
allFlags property
allFlags
dark_mode
light_mode
allFlags
property
List
<
String
>
get
allFlags
Get all flag keys.
Implementation
List<String> get allFlags => _flags.keys.toList();
nice2dev_flutter_ui
nice_module_system
NiceFeatureFlagManager
allFlags property
NiceFeatureFlagManager class