PresetEffect class

Preset effect implementation.

Inheritance
Implemented types

Constructors

PresetEffect.new({int flags = 2, required void callback()})

Properties

callback → void Function()
final
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 effect on dispose.
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