copy method

Set<T> copy()

Implementation

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