addAll method

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

Adds all elements from the iterable to the set

Sync CollectiveList returns void Async CollectiveList returns Future<void>