RxObsMap<K, V>.unmodifiable constructor

RxObsMap<K, V>.unmodifiable(
  1. Map other
)

Creates an unmodifiable hash based map containing the entries of other.

Implementation

factory RxObsMap.unmodifiable(Map<dynamic, dynamic> other) =>
    RxObsMap(Map<K, V>.unmodifiable(other));