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