menu
conduit_codable
cast
Map
<
K
,
V
>
Map const constructor
Map
brightness_4
Map<
K
,
V
>
constructor
Null safety
const
Map<
K
,
V
>
(
Cast
<
K
>
key
,
Cast
<
V
>
value
)
Implementation
const Map(Cast<K> key, Cast<V> value) : _key = key, _value = value;
conduit_codable
cast
Map
<
K
,
V
>
Map const constructor
Map class
Constructors
Map
Properties
hashCode
runtimeType
Methods
cast
noSuchMethod
toString
Operators
operator ==