isNotEmpty property

bool isNotEmpty
inherited

Returns true if there is at least one key in the multimap.

Implementation

bool get isNotEmpty => _map.isNotEmpty;