$ property

Signal<String> get $

Return a signal from a String value

Implementation

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