addAll method Null safety

void addAll (
  1. Iterable<E> elements
)
inherited

This operation is not supported by an unmodifiable set.

Implementation

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