toSet method

view source

Set<T> toSet () inherited

Implementation

Set<E> toSet() => Set<E>.of(this);