Workflow constructor

Workflow({
  1. required List<WorkflowStep> steps,
  2. VoidCallback? onCancelled,
})

Implementation

Workflow({required this.steps, this.onCancelled});