Flutter
quiver.collection
SetMultimap
<
K
,
V
>
length property
length
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 ==
length property
int
length
inherited
The number of keys in the multimap.
Implementation
int get length => _map.length;