menu
dartkit2 package
documentation
dartkit.dart
DkMapExt<K, V>
getOrNull method
getOrNull method
dark_mode
light_mode
getOrNull
method
V?
getOrNull
(
K
key
)
Implementation
V? getOrNull(K key) => this[key];
dartkit2 package
documentation
dartkit
DkMapExt<K, V>
getOrNull method
DkMapExt extension on
Map
<
K
,
V
>