addAll method

void addAll(
  1. Iterable<T> toAdd
)

Implementation

void addAll(Iterable<T> toAdd) => change(() => _set.addAll(toAdd));