toMutableSet method

Set<T> toMutableSet()

Convert iterable to set

Implementation

Set<T> toMutableSet() => Set.from(this);