menu
erpmc package
documentation
public.dart
APIMapExtension
getBool method
getBool method
dark_mode
light_mode
getBool
method
bool
?
getBool
(
String
tag
)
Implementation
bool? getBool(String tag) => !containsKey(tag) ? null : this[tag] as bool?;
erpmc package
documentation
public
APIMapExtension
getBool method
APIMapExtension extension on
Map
<
String
,
dynamic
>