Reactive<T> constructor

Reactive<T>(
  1. T _value
)

Creates a new reactive value with the given initial value.

Implementation

Reactive(this._value);