toUnmodifiable method
Returns an unmodifiable List view of this collection.
Implementation
Set<E> toUnmodifiable() => UnmodifiableSetView(this);
Returns an unmodifiable List view of this collection.
Set<E> toUnmodifiable() => UnmodifiableSetView(this);