operator [] abstract method

  1. @override
E operator [](
  1. int index
)
override

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);