RxValue<T> constructor

RxValue<T>(
  1. T _value
)

Create a reactive value

Implementation

RxValue(this._value);