signal property

Signal<T> signal

Returns a Signal type alias with this of type T as the initial value.

Implementation

Signal<T> get signal => Signal<T>(this);