RxValue<T> constructor

RxValue<T>(
  1. T initial
)

Implementation

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