Returns true if the collection has at least one element.
@override bool get isNotEmpty => map.isNotEmpty;