operator [] abstract method
Return 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);
Return the node at the given index
in the list or throw a RangeError
if index
is out of bounds.
@override
E operator [](int index);