asAtom method

RxSet<T> asAtom()

Convert a Set to RxSet.

Implementation

RxSet<T> asAtom() => RxSet.of<T>(this);