menu
quiver package
documentation
collection.dart
ListMultimap<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
ListMultimap<K, V>
isEmpty property
ListMultimap class