InitialChildByKey class final
An InitialChild that selects the child state to enter based on a StateKey.
- Inheritance
-
- Object
- InitialChild
- InitialChildByKey
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialChild → StateKey
-
Identifies the state that should intitially be entered when a parent state
is entered.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
TransitionContext transCtx) → StateKey -
Returns the key of the child state that should be entered.
override
-
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