StatesTransition class

Constructors

StatesTransition(StatesMeta? from, StatesMeta? to, String action, [StatesTransitionHandler? handler])
Creates a new action. The action method is optional.

Properties

action String
@return The action's name.
no setter
at StatesMeta?
@return The state to move from.
no setter
handlers List<StatesTransitionHandler>
@return The method to call on preforming the action.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to StatesMeta?
@return The state to move to.
no setter

Methods

append(StatesTransitionHandler? func) → void
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited