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