$ property

Computed<T> get $

Return a computed from a Function value

Implementation

Computed<T> get $ => computed<T>(this);