$ property

Signal<T> get $

Convert an existing Object to Signal

Implementation

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