RxValue<T>.proxy constructor

RxValue<T>.proxy(
  1. ValueGetter<T> getterProxy
)

Implementation

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