set property

Set<T> get set

Implementation

Set<T> get set => this is Set<T> ? this as Set<T> : toSet();