addAll method

void addAll(
  1. Iterable<T> items
)

Implementation

void addAll(Iterable<T> items) => items.forEach(add);