PresetEffectScope class
Preset effect scope implementation.
- Inheritance
-
- Object
- ReactiveNode
- PresetEffectScope
- Implemented types
Constructors
- PresetEffectScope.new({int flags = 0})
Properties
- deps ↔ Link?
-
Head of the dependencies linked list (nodes this node depends on).
getter/setter pairinherited
- depsTail ↔ Link?
-
Tail of the dependencies linked list.
getter/setter pairinherited
- flags ↔ int
-
Bit flags representing the node's state and properties.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextEffect ↔ LinkedEffect?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subs ↔ Link?
-
Head of the subscribers linked list (nodes that depend on this node).
getter/setter pairinherited
- subsTail ↔ Link?
-
Tail of the subscribers linked list.
getter/setter pairinherited
Methods
-
dispose(
) → void -
Calls the scope on dispose, notifying all effects.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited