removeAll method Null safety

void removeAll(
  1. Iterable<Object?> elements
)
inherited

This operation is not supported by an unmodifiable set.

Implementation

void removeAll(Iterable<Object?> elements) => _throwUnmodifiable();