menu
flutter_use package
documentation
flutter_use.dart
MapAction<K, V>
get method
get method
dark_mode
light_mode
get
method
V?
get
(
K
key
)
Implementation
V? get(K key) => map[key];
flutter_use package
documentation
flutter_use
MapAction<K, V>
get method
MapAction class