operator [] method

E operator [](
  1. int index
)

Implementation

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