get method

T get(
  1. num i
)

Returns the element at the given index. @param {number} i int The index of the element to return. @return {T} the value at the given index.

Implementation

T get(_i2.num i) => _i4.callMethod(
      this,
      'get',
      [i],
    );