Invalid<STATE extends Object, ACTION extends Object> class
final
A class representing the state transition pattern when the transition is invalid. It has the same state before the transition and the action as Transition, but it does not have the state after the transition.
- Inheritance
-
- Object
- Transition<
STATE, ACTION> - Invalid
- Annotations
-
- @immutable
Constructors
- Invalid(STATE fromState, ACTION action)
-
Creates a new invalid transition
const
Properties
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