menu
quiver package
documentation
collection.dart
Multimap<K, V>
containsKey abstract method
containsKey abstract method
dark_mode
light_mode
containsKey
abstract method
bool
containsKey
(
Object
?
key
)
Returns whether this multimap contains the given
key
.
Implementation
bool containsKey(Object? key);
quiver package
documentation
collection
Multimap<K, V>
containsKey abstract method
Multimap class