addAll method

void addAll (Iterable<E> elements)
override

Throws an UnsupportedError; operations that change the set are disallowed.

Implementation

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