menu
nui_core package
documentation
data/nui_map_ext.dart
MapExt
getBool method
getBool method
dark_mode
light_mode
getBool
method
bool
getBool
(
String
key
)
Implementation
bool getBool(String key) => this[key] as bool;
nui_core package
documentation
data/nui_map_ext
MapExt
getBool method
MapExt extension on
Map
<
String
,
dynamic
>