notifiable_iterables
notifiable_map
NotifiableMap
<
K
,
V
>
isEmpty property
isEmpty
isEmpty
property
Null safety
bool
isEmpty
Whether there is no key/value pair in the map.
Implementation
@override bool get isEmpty => _values.isEmpty;
notifiable_iterables
notifiable_map
NotifiableMap
<
K
,
V
>
isEmpty property
NotifiableMap class
Constructors
NotifiableMap
from
of
Properties
entries
hashCode
hasListeners
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
addAll
addEntries
addListener
cast
clear
containsKey
containsValue
dispose
forEach
map
noSuchMethod
notifyListeners
putIfAbsent
remove
removeListener
removeWhere
toString
update
updateAll
Operators
operator +
operator ==
operator []
operator []=