toImutableSet property

Set<T> get toImutableSet

Implementation

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