Determines if the list contains the provided element.
@override bool contains(Object? element) => _items.contains(element);