Flutter
collection
DelegatingMap
<
K
,
V
>
length property
length
length
property
Null safety
int
length
override
The number of key/value pairs in the map.
Implementation
@override int get length => _base.length;
Flutter
collection
DelegatingMap
<
K
,
V
>
length property
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