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