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