RxMap<K, V>.from constructor

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

Implementation

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