addAll method
- Iterable<
E> elements
inherited
This operation is not supported by an unmodifiable set.
Implementation
void addAll(Iterable<E> elements) => _throwUnmodifiable();
This operation is not supported by an unmodifiable set.
void addAll(Iterable<E> elements) => _throwUnmodifiable();