RxMap<K, V>.of constructor

RxMap<K, V>.of(
  1. Map<K, V> other
)

Implementation

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