menu
tenon_cli package
documentation
core.dart
MapExt<K, V>
put method
put method
dark_mode
light_mode
put
method
void
put
(
K
key
,
V
value
)
Implementation
void put(K key, V value) => this[key] = value;
tenon_cli package
documentation
core
MapExt<K, V>
put method
MapExt extension on
Map
<
K
,
V
>