JoltWatcherHookCreator class abstract
Helper class for creating watcher hooks in SetupWidget.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call<
T> (SourcesFn< T> sourcesFn, WatcherFn<T> fn, {WhenFn<T> ? when, bool immediately = false, JoltDebugFn? onDebug}) → Watcher - Creates a watcher hook that observes specific reactive sources.
-
immediately<
T> (SourcesFn< T> sourcesFn, WatcherFn<T> fn, {WhenFn<T> ? when, JoltDebugFn? onDebug}) → Watcher<T> - Creates a watcher hook that executes immediately upon creation.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
once<
T> (SourcesFn< T> sourcesFn, WatcherFn<T> fn, {WhenFn<T> ? when, JoltDebugFn? onDebug}) → Watcher<T> - Creates a watcher hook that executes only once.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited