RxStoredValue<T> constructor

RxStoredValue<T>(
  1. T initial
)

Implementation

RxStoredValue(T initial) : _value = initial;