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