menu
nd_core_utils package
documentation
nd_map_utils.dart
NDMapUtils<K, V>
ndSet method
ndSet method
dark_mode
light_mode
ndSet
method
void
ndSet
(
K
key
,
V?
value
)
Implementation
void ndSet(K key, V? value) => set(key, value);
nd_core_utils package
documentation
nd_map_utils
NDMapUtils<K, V>
ndSet method
NDMapUtils extension on
Map
<
K
,
V
>