RxObsMap<K, V>.unmodifiable constructor
- 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));