operator [] method

dynamic operator [](
  1. int index
)

Implementation

dynamic operator [](int index) => _list[index];