isEmpty property

bool get isEmpty

Returns true if the multiset contains no elements.

Implementation

bool get isEmpty => _elements.isEmpty;