fillRange method

void fillRange(
  1. int start,
  2. int end, [
  3. E? fillValue
])

Implementation

void fillRange(int start, int end, [E? fillValue]) => update(() => _list.fillRange(start, end, fillValue));