Flutter
quiver.collection
ListMultimap
<
K
,
V
>
values property
values
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 ==
values property
Iterable
<
V
>
values
inherited
The values of
this
.
Implementation
Iterable<V> get values => _map.values.expand((x) => x);