immutable property

Set<T> get immutable

Implementation

Set<T> get immutable => Set<T>.unmodifiable(this);