Computed<T> typedef

Computed<T> = T Function()

Implementation

typedef Computed<T> = T Function();