operator [] method

dynamic operator [](
  1. int index
)

Implementation

operator [](int index) => _getValue(_items[index]);