RxMap<K, V>.of constructor

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

Implementation

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