Rx<T> constructor
Rx<T> (
- T _value
Creates a new reactive value with the initial value.
Implementation
Rx(this._value);
Creates a new reactive value with the initial value.
Rx(this._value);