RxMap<K, V>.of constructor
RxMap<K, V>.of (
- Map<
K, V> other
Implementation
RxMap.of(Map<K, V> other) : _inner = Map<K, V>.of(other);
RxMap.of(Map<K, V> other) : _inner = Map<K, V>.of(other);