InitialChild.run constructor
InitialChild.run(
- GetInitialChild getInitialChild
Constructs an InitialChild that will run the getInitialChild
function
when the state is entered in order to determine the initial child,
Implementation
factory InitialChild.run(GetInitialChild getInitialChild) =>
InitialChildByDelegate._(getInitialChild);