factory RxProxyValue.mapKey(Map map, String key) => RxProxyValue(() => map[key], setter: (val) => map[key] = val);