ValueGetter<T> typedef

T ValueGetter ()

Signature for callbacks that are to report a value on demand.

See also:

Implementation

typedef ValueGetter<T> = T Function();