ReactiveValue<T> constructor

ReactiveValue<T>(
  1. T initial
)

Implementation

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