RxValue<T> constructor

RxValue<T>(
  1. T initial
)

Implementation

factory RxValue(T initial) => RxStoredValue<T>(initial);