setAll method

Object? setAll(
  1. int index,
  2. Iterable<E> iterable
)
inheritedoverride

Sets the elements in the range to the specified iterable

Sync CollectiveList returns void Async CollectiveList returns Future<void>