toSet method

view source

Set<E> toSet () inherited

Implementation

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