isNotEmpty property
inherited
Returns true if there is at least one key in the multimap.
Implementation
bool get isNotEmpty => _map.isNotEmpty;
Returns true if there is at least one key in the multimap.
bool get isNotEmpty => _map.isNotEmpty;