StateDefinitionBuilder<S extends STATE, STATE, EVENT, SIDE_EFFECT> class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build()
→ _State<STATE, EVENT, SIDE_EFFECT>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
on<E extends EVENT>(CreateTransitionTo<S, STATE, E, EVENT, SIDE_EFFECT> createTransitionTo)
→ void
-
-
onEnter(void doOnEnter(S, EVENT))
→ void
-
-
onExit(void doOnEnter(S, EVENT))
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
transitionTo(STATE toState, [SIDE_EFFECT? sideEffect])
→ TransitionTo<STATE, SIDE_EFFECT>
-