operator [] method

T operator [](
  1. num index
)

Implementation

T operator [](_i2.num index) => _i6.getProperty(
      this,
      index,
    );