fillRange abstract method

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

Fills the range of elements with the specified value

Sync CollectiveList returns void Async CollectiveList returns Future<void>

Implementation

fillRange(int start, int end, [E? fillValue]);