RxObsSplayTreeMap<K, V>.unmodifiable  constructor 
- Map other
 
Creates an unmodifiable hash based map containing the entries of other.
Implementation
factory RxObsSplayTreeMap.unmodifiable(Map<dynamic, dynamic> other) =>
    RxObsSplayTreeMap(Map.unmodifiable(other));