RxObsSplayTreeMap<K, V> constructor

RxObsSplayTreeMap<K, V>([
  1. Map<K, V> initial = const {}
])

Creates a new SplayTreeMap with the provided initial keys and values.

Implementation

RxObsSplayTreeMap([Map<K, V> initial = const {}])
  : _value = SplayTreeMap.from(initial);