addAll method

void addAll(
  1. Iterable<T> elements
)

Implementation

void addAll(Iterable<T> elements) => mutate((it) => it.addAll(elements));