RxMap<K, V> constructor

RxMap<K, V>([
  1. Map<K, V> initial = const {}
])

Implementation

RxMap([Map<K, V> initial = const {}]) : super(initial);