$ property

Signal<int> get $

Return a signal from a int value

Implementation

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