operator [] method

view source

E operator [] (int index) override

Implementation

E operator [](int index) => _source.elementAt(index);