RxObsSplayTreeMap<K, V>.fromEntries constructor
Creates a new SplayTreeMap and adds all the provided entries
to it.
Implementation
factory RxObsSplayTreeMap.fromEntries(Iterable<MapEntry<K, V>> entries) =>
RxObsSplayTreeMap(Map<K, V>.fromEntries(entries));