collection package
documentation
collection
DelegatingMap
<
K
,
V
>
retype<
K2
,
V2
>
method
retype
retype<
K2
,
V2
>
method
Null safety
@
deprecated
Map
<
K2
,
V2
>
retype
<
K2
,
V2
>(
)
Implementation
@deprecated Map<K2, V2> retype<K2, V2>() => cast<K2, V2>();
collection package
documentation
collection
DelegatingMap
<
K
,
V
>
retype<
K2
,
V2
>
method
DelegatingMap class
Constructors
DelegatingMap
Properties
entries
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
addAll
addEntries
cast
clear
containsKey
containsValue
forEach
map
noSuchMethod
putIfAbsent
remove
removeWhere
retype
toString
update
updateAll
Operators
operator ==
operator []
operator []=
Static methods
typed