addAll method

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

Adds all elements from the iterable to the set

Sync CollectiveSet returns void Async CollectiveSet returns Future<void>