addAll method

Set<T> addAll(
  1. Object coll
)

Adds all of the values of a collection to this Set.

Be careful not to call this method while iterating over the collection. @param {Iterable.

Implementation

_i3.Set<T> addAll(_i2.Object coll) => _i4.callMethod(
      this,
      'addAll',
      [coll],
    );