menu
element_core package
documentation
modules.dart
MapObs<K, V>
getValueOrNull method
getValueOrNull method
dark_mode
light_mode
getValueOrNull
method
V?
getValueOrNull
(
Object
?
key
)
Implementation
V? getValueOrNull(Object? key) => value[key];
element_core package
documentation
modules
MapObs<K, V>
getValueOrNull method
MapObs class