RxValue<T>.proxy constructor
RxValue<T>.proxy (
- ValueGetter<
T> getterProxy
Implementation
factory RxValue.proxy(ValueGetter<T> getterProxy) =>
ProxyValue<T>(getterProxy);