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