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