WorkflowsWithTransitionRulesDetails constructor

WorkflowsWithTransitionRulesDetails({
  1. required List<WorkflowTransitionRulesDetails> workflows,
})

Implementation

WorkflowsWithTransitionRulesDetails({required this.workflows});