AfterTransitionEvent<T> class

Transition event emitted after a transition completed.

Inheritance
Implementers

Constructors

AfterTransitionEvent(Machine<T> machine, State<T>? source, State<T>? target, List<Object> errors)

Properties

errors List<Object>
List of errors triggered during the transition. Can be modified to prevent a TransitionError from being thrown at the end of the transition.
final
hashCode int
The hash code for this object.
no setterinherited
machine Machine<T>
The state machine triggering this event.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source State<T>?
The source state of the transition.
finalinherited
target State<T>?
The target state of the transition.
finalinherited

Methods

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