SourcesFn<T> typedef

SourcesFn<T> = T Function()

Function type for providing source values to a watcher.

Implementation

typedef SourcesFn<T> = T Function();