menu
conduit_codable
cast
Keyed
<
K
,
V
>
Keyed const constructor
Keyed
brightness_4
Keyed<
K
,
V
>
constructor
Null safety
const
Keyed<
K
,
V
>
(
Map
<
K
,
Cast
<
V
>
>
map
)
Implementation
const Keyed(core.Map<K, Cast<V>> map) : _map = map;
conduit_codable
cast
Keyed
<
K
,
V
>
Keyed const constructor
Keyed class
Constructors
Keyed
Properties
hashCode
keys
runtimeType
Methods
cast
noSuchMethod
toString
Operators
operator ==