operator [] method

dynamic operator [](
  1. int index
)

Implementation

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