menu
quiver package
documentation
collection.dart
SetMultimap<K, V>
values property
values property
dark_mode
light_mode
values
property
@
override
Iterable
<
V
>
get
values
inherited
The values of
this
.
Implementation
@override
Iterable
<V>
get
values => _map.values.expand((x) => x);
quiver package
documentation
collection
SetMultimap<K, V>
values property
SetMultimap class
Constructors
SetMultimap
fromIterable
Properties
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
add
addAll
addValues
asMap
clear
contains
containsKey
containsValue
forEach
forEachKey
noSuchMethod
remove
removeAll
removeWhere
toString
Operators
operator ==
operator []