RxObsMap<K, V>.from constructor
- Map<
K, V> other
Creates a new LinkedHashMap with the same keys and values as other
.
Implementation
factory RxObsMap.from(Map<K, V> other) => RxObsMap(Map<K, V>.from(other));
Creates a new LinkedHashMap with the same keys and values as other
.
factory RxObsMap.from(Map<K, V> other) => RxObsMap(Map<K, V>.from(other));