StateMachineToMapConverter constructor

StateMachineToMapConverter({
  1. required StateMachine stateMachine,
})

Implementation

StateMachineToMapConverter({
  required this.stateMachine,
});