isNotEmpty property

bool isNotEmpty
inherited

Returns true if there is at leas one value in this multimap.

Implementation

bool get isNotEmpty => _length > 0;