ContextWatchObservable class final
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscription → ContextWatchSubscription
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
wasEffectInvoked(
Object key) → bool -
watch(
) → void -
watchEffect(
Function effect, {required Object? key, required bool immediate, required bool once}) → void -
watchOnly(
Function selector, Object? selectedValue) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited