addAll method
override
Throws an UnsupportedError; operations that change the set are disallowed.
Implementation
void addAll(Iterable<E> elements) => _throw();
Throws an UnsupportedError; operations that change the set are disallowed.
void addAll(Iterable<E> elements) => _throw();