WorkflowTransitionRulesDetails constructor
WorkflowTransitionRulesDetails({
- required WorkflowId workflowId,
- required List<
String> workflowRuleIds,
Implementation
WorkflowTransitionRulesDetails(
{required this.workflowId, required this.workflowRuleIds});