signal property

Signal<T> get signal

Converts the value to a signal.

See also:

Implementation

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