signal property
Signal<T>
get
signal
Returns a Signal
type alias with this
of type T
as the initial value.
Implementation
Signal<T> get signal => Signal<T>(this);
Returns a Signal
type alias with this
of type T
as the initial value.
Signal<T> get signal => Signal<T>(this);