RxObsMap<K, V>.from constructor

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

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

Implementation

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