isEmpty property

bool isEmpty
inherited

Returns true if there is no key in the multimap.

Implementation

bool get isEmpty => _map.isEmpty;