menu
fkernal package
documentation
fkernal.dart
MapLocalState<K, V>
get method
get method
dark_mode
light_mode
get
method
V?
get
(
K
key
)
Gets a value by key.
Implementation
V? get(K key) => state[key];
fkernal package
documentation
fkernal
MapLocalState<K, V>
get method
MapLocalState class