menu
dynacode package
documentation
cast.dart
Keyed<K, V>
Keyed const constructor
Keyed const constructor
dark_mode
light_mode
Keyed<
K
,
V
>
constructor
const
Keyed<
K
,
V
>
(
Map
<
K
,
Cast
<
V?
>
>
map
)
Implementation
const Keyed(core.Map<K, Cast<V?>> map) : _map = map;
dynacode package
documentation
cast
Keyed<K, V>
Keyed const constructor
Keyed class