RxObsSplayTreeMap<K, V>  constructor 
- 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);