Returns a new set containing the same elements as this set.
This is a non-mutating operation that creates a new set.
@override Set<E> toSet() => value.toSet();