menu
chalona_api package
documentation
core/core.dart
ChalonaMapValue<K, V>
operator []= method
operator []= method
dark_mode
light_mode
operator []=
method
void
operator []=
(
K
key
,
V
value
)
Implementation
void operator []=(K key, V value) { _map[key] = value; }
chalona_api package
documentation
core/core
ChalonaMapValue<K, V>
operator []= method
ChalonaMapValue class