addAll method

void addAll (Iterable<E> elements)
inherited

This operation is not supported by an unmodifiable set.

Implementation

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