toSetAsync method

Future<Set<T>> toSetAsync()

Implementation

Future<Set<T>> toSetAsync() => then((itr) => itr.toSet());