createAtom method

Atom<Set<E>> createAtom()

Implementation

Atom<Set<E>> createAtom() => Atom<Set<E>>(this);