DepSubscription class

Fluent subscription builder returned by FormDeps.when.

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(VoidCallback callback, {bool runNow = false}) DepSubscription
Runs callback whenever ANY of the dependent fields changes.
runWithValues(void callback(Map<String, dynamic> values), {bool runNow = false}) DepSubscription
Runs callback with a snapshot of the current values of the dependencies.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited