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