operator [] method

Object operator [](
  1. String index
)

Implementation

_i2.Object operator [](_i2.String index) => _i5.getProperty(
      this,
      index,
    );