$ property
Computed<T>
get
$
Return a computed from a Function value
Implementation
Computed<T> get $ => computed<T>(this);
Return a computed from a Function value
Computed<T> get $ => computed<T>(this);