ValueFlow<T> constructor

ValueFlow<T>(
  1. T _value
)

Create new ValueFlow that has a set initial value.

Implementation

ValueFlow(this._value);