menu
chalona_api package
documentation
core/core.dart
ChalonaMapValue<K, V>
remove method
remove method
dark_mode
light_mode
remove
method
V?
remove
(
K
key
)
Implementation
V? remove(K key) => _map.remove(key);
chalona_api package
documentation
core/core
ChalonaMapValue<K, V>
remove method
ChalonaMapValue class