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