EntryTransition class

A callback that is triggered when the state activates.

Inheritance

Constructors

EntryTransition(Callback0 callback)

Properties

callback Callback0
The callback to be evaluated when the state activates.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activate() → void
Called when the source state is activate.
override
deactivate() → void
Called when the source state is deactivated.
inherited
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