RxObsMap<K, V>.of constructor

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

Creates a new LinkedHashMap with the same keys and values as other.

Implementation

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