1. override
E operator [](int index)

Return the node at the given index in the list or throw a RangeError if index is out of bounds.

Source

@override
E operator [](int index);