GetWorkflowResponse constructor

GetWorkflowResponse({
  1. Workflow? workflow,
})

Implementation

GetWorkflowResponse({
  this.workflow,
});