menu
cowpay package
documentation
core/packages/dartz/dartz.dart
IMap<K, V>
get method
get method
dark_mode
light_mode
get
method
Option
<
V
>
get
(
K
k
)
Implementation
Option<V> get(K k) => _tree.get(_order, k);
cowpay package
documentation
core/packages/dartz/dartz
IMap<K, V>
get method
IMap class