ComputedCallback<T> typedef

ComputedCallback<T> = T Function()

A callback that is executed inside a computed.

Implementation

typedef ComputedCallback<T> = T Function();