WorkflowController<STATES_ENUM> constructor
Null safety
- STATES_ENUM initialState
Implementation
WorkflowController(STATES_ENUM initialState)
: events = PluginEvent(initialState).obs,
container = WorkflowContainer(initialState.runtimeType.toString());