childStateDefinitions property

List<StateDefinition<State>> childStateDefinitions
final

List of State definitions for the set of immediate children of this state. The are in the same order as the builder declares them.

Implementation

final List<StateDefinition> childStateDefinitions = [];