Creates a reactive map
Rx<Map<K, V>> rxMap<K, V>([Map<K, V>? initial]) => Rx<Map<K, V>>(initial ?? <K, V>{});