Signal<T> constructor

Signal<T>(
  1. T _value
)

Creates a Signal with an initial _value.

Implementation

Signal(this._value);