computed property

Computed<T> get computed

Wraps this function in a Computed value.

Implementation

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