$ property

Signal<double> get $

Return a signal from a double value

Implementation

Signal<double> get $ => signal<double>(this);