toSetConverted<R> method
Converts this iterable to a set of type R using convert_object logic.
Implementation
Set<R> toSetConverted<R>() => convertToSet<R>(this);
Converts this iterable to a set of type R using convert_object logic.
Set<R> toSetConverted<R>() => convertToSet<R>(this);