WorkflowTransitionRulesDetails constructor

WorkflowTransitionRulesDetails({
  1. required WorkflowId workflowId,
  2. required List<String> workflowRuleIds,
})

Implementation

WorkflowTransitionRulesDetails(
    {required this.workflowId, required this.workflowRuleIds});