addAll abstract method

dynamic addAll(
  1. Iterable<E> elements
)

Adds all elements from the iterable to the set

Sync CollectiveSet returns void Async CollectiveSet returns Future<void>

Implementation

addAll(Iterable<E> elements);