sourcesFn property

SourcesFn<T> sourcesFn
getter/setter pair

The callback that returns the value or snapshot watched by this watcher.

Implementation

late SourcesFn<T> sourcesFn;