retainAll method
inherited
This operation is not supported by an unmodifiable set.
Implementation
void retainAll(Iterable<Object?> elements) => _throwUnmodifiable();
This operation is not supported by an unmodifiable set.
void retainAll(Iterable<Object?> elements) => _throwUnmodifiable();