addAll method

void addAll(
  1. Iterable<E> elements
)

Implementation

void addAll(Iterable<E> elements) => value = value..addAll(elements);