isEmpty property

bool isEmpty
inherited

Returns true if there are no values in this multimap.

Implementation

bool get isEmpty => _length == 0;