menu
mhu_dart_commons package
documentation
commons.dart
MapFu<K, V> typedef
MapFu<K, V> typedef
dark_mode
light_mode
MapFu<
K
,
V
>
typedef
MapFu
<
K
,
V
> =
CachedFu
<
V
,
K
,
Map
<
K
,
V
>
,
Fw
<
V
>
>
Implementation
typedef MapFu<K, V> = CachedFu<V, K, Map<K, V>, Fw<V>>;
mhu_dart_commons package
documentation
commons
MapFu<K, V> typedef
commons library