$ property

Signal<T> get $

Convert an existing Object to Signal<T>

Implementation

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