operator [] abstract method
Returns the node at the given index
in the list or throw a RangeError
if index
is out of bounds.
Implementation
@override
E operator [](int index);
Returns the node at the given index
in the list or throw a RangeError
if index
is out of bounds.
@override
E operator [](int index);