Flutter
collection
CanonicalizedMap
<
C
,
K
,
V
>
isEmpty property
isEmpty
CanonicalizedMap class
Constructors
CanonicalizedMap
from
Properties
entries
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Methods
addAll
addEntries
cast
clear
containsKey
containsValue
forEach
map
putIfAbsent
remove
removeWhere
retype
toString
update
updateAll
noSuchMethod
Operators
operator []
operator []=
operator ==
isEmpty property
bool
isEmpty
override
Returns true if there is no key/value pair in the map.
Implementation
bool get isEmpty => _base.isEmpty;