setValueAt method

void setValueAt(
  1. int index,
  2. E value
)

Sets the value at the given index in the list to value.

Implementation

void setValueAt(int index, E value) => apply(setValueAt, [index, value]);