isNotEmpty property

  1. @override
bool get isNotEmpty
inherited

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

Implementation

@override
bool get isNotEmpty => _map.isNotEmpty;