value<T extends Object> abstract method

T? value<T extends Object>(
  1. int index
)

Returns the element at the given index.

Returns null if the element is null.

Throws a RangeError if the index is ouf of range.

Implementation

T? value<T extends Object>(int index);