toSet method

view source

Set<List<T>> toSet () inherited

Implementation

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