getByIndex method

V getByIndex(
  1. int index
)

Implementation

V getByIndex(int index) => _values[index];