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