RxObsSplayTreeMap<K, V>.unmodifiable constructor

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