empire
empire_property
EmpireMapProperty
<
K
,
V
>
isEmpty property
isEmpty
isEmpty
property
Null safety
bool
isEmpty
Whether there is no key/value pair in the map.
Implementation
bool get isEmpty => _value.isEmpty;
empire
empire_property
EmpireMapProperty
<
K
,
V
>
isEmpty 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 []