Flutter
quiver.collection
SetMultimap
<
K
,
V
>
isEmpty property
isEmpty
SetMultimap class
Constructors
SetMultimap
fromIterable
Properties
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
asMap
removeAll
add
addAll
addValues
clear
contains
containsKey
containsValue
forEach
forEachKey
noSuchMethod
remove
toString
Operators
operator []
operator ==
isEmpty property
bool
isEmpty
inherited
Returns true if there is no key in the multimap.
Implementation
bool get isEmpty => _map.isEmpty;