toSignal property

Signal<T> get toSignal

Returns a new Signal

Implementation

Signal<T> get toSignal => Signal<T>(value);