Flutter
quiver.collection
ListMultimap
<
K
,
V
>
isEmpty property
isEmpty
ListMultimap class
Constructors
ListMultimap
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;