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