toSet method

Set toSet()

Implementation

Set<dynamic> toSet() => toIterable()!.toSet();