ReactiveProperty<T> constructor

ReactiveProperty<T>(
  1. T _value,
  2. VoidCallback _onChanged
)

Implementation

ReactiveProperty(this._value, this._onChanged);