ExposeValue<T> typedef

ExposeValue<T> = void Function(ScopeExpose scope, Getter<T> getValue)

ExposeValue is a function describe how to expose a value.

Implementation

typedef ExposeValue<T> = void Function(ScopeExpose scope, Getter<T> getValue);