ReactiveSystem class abstract
Constructors
- ReactiveSystem.new()
-
const
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
-
checkDirty(
Link checkLink, ReactiveNode sub) → bool -
endTracking(
ReactiveNode sub) → void -
link(
ReactiveNode dep, ReactiveNode sub) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notify(
ReactiveNode sub) → void -
propagate(
Link link) → void -
shallowPropagate(
Link link) → void -
startTracking(
ReactiveNode sub) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unlink(
Link link, [ReactiveNode? sub]) → Link? -
unwatched(
ReactiveNode sub) → void -
update(
ReactiveNode sub) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited