method operator []


  1. reflectable
E operator [](int index)

Source

@reflectable E operator [](int index) => _list[index];