menu
hierarchical_state_machine package
documentation
hierarchical_state_machine.dart
CompositeBlueprint<S, E>
children property
children property
dark_mode
light_mode
children
property
List
<
BasicBlueprint
<
S
,
E
>
>
children
final
The list of direct descendants of this state.
Implementation
final List<BasicBlueprint<S, E>> children;
hierarchical_state_machine package
documentation
hierarchical_state_machine
CompositeBlueprint<S, E>
children property
CompositeBlueprint class