set method

void set(
  1. int index,
  2. T value
)

Implementation

void set(int index, T value) => this[index] = value;