asAtom method

RxMap<K, V> asAtom()

Convert a Map to RxMap.

Implementation

RxMap<K, V> asAtom() => RxMap.of<K, V>(this);