empire
empire_property
EmpireMapProperty
<
K
,
V
>
length property
length
length
property
Null safety
int
length
The number of key/value pairs in the map.
Implementation
int get length => _value.length;
empire
empire_property
EmpireMapProperty
<
K
,
V
>
length property
EmpireMapProperty class
Constructors
EmpireMapProperty
Properties
entries
hashCode
isEmpty
isNotEmpty
isNotNull
isNull
keys
length
originalValue
propertyName
runtimeType
value
values
Methods
add
addAll
addEntries
addEntry
call
clear
containsKey
containsValue
equals
forEach
map
noSuchMethod
remove
removeWhere
reset
set
setOriginalValueToCurrent
toString
update
updateAll
Operators
operator ==
operator []