RxMap<K, V> constructor
RxMap<K, V> ([
- Map<
K, V> initial = const <Never, Never>{}
Implementation
RxMap([super.initial = const <Never, Never>{}]);