RxObsSplayTreeMap<K, V>.from constructor

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