Returns true if there is at least one element in this collection.
@override bool get isNotEmpty => _items.isNotEmpty;