RxMap<K, V>.from constructor

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

Implementation

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