menu
tridev_codeunit package
documentation
cast.dart
Map<K, V>
Map const constructor
Map const constructor
dark_mode
light_mode
Map<
K
,
V
>
constructor
const
Map<
K
,
V
>
(
Cast
<
K
>
key
,
Cast
<
V
>
value
)
Implementation
const Map(Cast<K> key, Cast<V> value) : _key = key, _value = value;
tridev_codeunit package
documentation
cast
Map<K, V>
Map const constructor
Map class