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