isEmpty property

  1. @override
bool isEmpty
inherited

Returns true if there is no key in the multimap.

Implementation

@override
bool get isEmpty => _map.isEmpty;