RuntimeNestedStateMachineInstance constructor

RuntimeNestedStateMachineInstance(
  1. RuntimeArtboard artboard,
  2. StateMachineController stateMachineController
)

Implementation

RuntimeNestedStateMachineInstance(
    RuntimeArtboard artboard, this.stateMachineController) {
  stateMachineController.init(artboard);
}