createAtom method

Atom<Map<K, V>> createAtom()

Implementation

Atom<Map<K, V>> createAtom() => Atom<Map<K, V>>(this);