Flutter
quiver.collection
Multimap
<
K
,
V
>
add abstract method
add
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 ==
add method
void
add
(
K
key
,
V
value
)
Adds an association from the given key to the given value.
Implementation
void add(K key, V value);