RxObsSplayTreeMap<K, V>.of constructor

RxObsSplayTreeMap<K, V>.of(
  1. 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));