addAll method

Object? addAll(
  1. Iterable<E> iterable
)
inherited

Adds all elements from the iterable to the set

Sync CollectiveList returns void Async CollectiveList returns Future<void>