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