RxObsMap<K, V> constructor
- Map<
K, V> initial = const {}
Creates a new LinkedHashMap with the provided initial
keys and values.
Implementation
RxObsMap([Map<K, V> initial = const {}])
: _value = ObsMap<K, V>.from(initial);
Creates a new LinkedHashMap with the provided initial
keys and values.
RxObsMap([Map<K, V> initial = const {}])
: _value = ObsMap<K, V>.from(initial);