Returns the element at the specified index.
@override T elementAt(int index) => _items.elementAt(index);