$ property

Signal<bool> get $

Return a signal from a bool value

Implementation

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