RxMap<K, V> constructor

RxMap<K, V>([
  1. Map<K, V>? value
])

Create a reactive Map

Implementation

RxMap([Map<K, V>? value]) : super(value ?? {});