get method

Function? get(
  1. num index
)

Accessor function — gets the element stored at a given index.

Implementation

_i2.Function? get(_i2.num index) => _i6.callMethod(
      this,
      'get',
      [index],
    );