menu
quiver package
documentation
collection.dart
SetMultimap<K, V>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
@
override
bool
get
isEmpty
inherited
Returns true if there is no key in the multimap.
Implementation
@override
bool
get
isEmpty => _map.isEmpty;
quiver package
documentation
collection
SetMultimap<K, V>
isEmpty 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 []