toISet method

ISet<T> toISet([
  1. ConfigSet? config
])

Creates an immutable set (ISet) from the iterable.

Implementation

ISet<T> toISet([ConfigSet? config]) => ISet<T>.withConfig(this, config ?? ISet.defaultConfig);