WorkflowController<STATES_ENUM> constructor Null safety

WorkflowController<STATES_ENUM>(
  1. STATES_ENUM initialState
)

Implementation

WorkflowController(STATES_ENUM initialState)
    : events = PluginEvent(initialState).obs,
      container = WorkflowContainer(initialState.runtimeType.toString());