setAll method

void setAll(
  1. int index,
  2. Iterable<E> iterable
)

Implementation

void setAll(int index, Iterable<E> iterable) => update(() => _list.setAll(index, iterable));