toSet method

Set<E> toSet()

Implementation

Set<E> toSet() => _iterable.toSet();