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