Flutter
quiver.collection
Multimap
<
K
,
V
>
keys property
keys
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 ==
keys property
Iterable
<
K
>
keys
The keys of
this
.
Implementation
Iterable<K> get keys;