notifiable_iterables
notifiable_map
NotifiableMap
<
K
,
V
>
length property
length
length
property
Null safety
int
length
The number of key/value pairs in the map.
Implementation
@override int get length => _values.length;
notifiable_iterables
notifiable_map
NotifiableMap
<
K
,
V
>
length property
NotifiableMap class
Constructors
NotifiableMap
from
of
Properties
entries
hashCode
hasListeners
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
addAll
addEntries
addListener
cast
clear
containsKey
containsValue
dispose
forEach
map
noSuchMethod
notifyListeners
putIfAbsent
remove
removeListener
removeWhere
toString
update
updateAll
Operators
operator +
operator ==
operator []
operator []=