Flutter
quiver.collection
DelegatingMap
<
K
,
V
>
isEmpty property
isEmpty
DelegatingMap class
Constructors
DelegatingMap
Properties
delegate
entries
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Methods
addAll
addEntries
cast
clear
containsKey
containsValue
forEach
map
putIfAbsent
remove
removeWhere
retype
update
updateAll
noSuchMethod
toString
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 => delegate.isEmpty;