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