menu
collection package
documentation
collection
CanonicalizedMap
<
C
,
K
,
V
>
isEmpty property
isEmpty
brightness_4
brightness_5
isEmpty
property
@
override
bool
isEmpty
override
Whether there is no key/value pair in the map.
Implementation
@override bool get isEmpty => _base.isEmpty;
collection package
documentation
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 []=