RxMap<K, V>.from constructor

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

Implementation

factory RxMap.from(Map<K, V> other) => RxMap<K, V>(Map<K, V>.from(other));