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