fillRange method

Object? fillRange(
  1. int start,
  2. int end,
  3. E? fillValue
)
inheritedoverride

Fills the range of elements with the specified value

Sync CollectiveList returns void Async CollectiveList returns Future<void>