CreateWorkflowDetails constructor
CreateWorkflowDetails({
- String? description,
- required String name,
- required List<
CreateWorkflowStatusDetails> statuses, - required List<
CreateWorkflowTransitionDetails> transitions,
Implementation
CreateWorkflowDetails(
{this.description,
required this.name,
required this.statuses,
required this.transitions});