Flutter
collection
DelegatingMap
<
K
,
V
>
DelegatingMap const constructor
DelegatingMap
DelegatingMap<
K
,
V
>
constructor
Null safety
const
DelegatingMap<
K
,
V
>
(
Map
<
K
,
V
>
base
)
Implementation
const DelegatingMap(Map<K, V> base) : _base = base;
Flutter
collection
DelegatingMap
<
K
,
V
>
DelegatingMap const constructor
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