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