menu
mhu_dart_commons package
documentation
commons.dart
MhuMapOfRequiredValueX<K, V extends Object>
get method
get method
dark_mode
light_mode
get
method
V?
get
(
K
key
)
Implementation
V? get(K key) => this[key];
mhu_dart_commons package
documentation
commons
MhuMapOfRequiredValueX<K, V extends Object>
get method
MhuMapOfRequiredValueX extension on
Map
<
K
,
V
>