toSet method

Set<T> toSet()

Implementation

Set<T> toSet() => _elements.keys.toSet();