Signal<V> constructor

Signal<V>(
  1. V _value
)

Create with value

Implementation

Signal(this._value);