insertAll method

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

Inserts all elements from the iterable at the specified index

Sync CollectiveList returns void Async CollectiveList returns Future<void>