addAll方法

void addAll(
  1. Iterable<E> elements
)
继承

不可修改的集合不支持此操作。

实现

void addAll(Iterable<E> elements) => _throwUnmodifiable();