$ property

Signal<T> get $

Return a signal from a Enum value

Implementation

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