Rx<T> constructor

Rx<T>(
  1. T _value
)

Creates a new reactive value with the initial value.

Implementation

Rx(this._value);