createAtom method

Atom<List<E>> createAtom()

Implementation

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