BatchGetWorkflowsResponse constructor

BatchGetWorkflowsResponse({
  1. List<String>? missingWorkflows,
  2. List<Workflow>? workflows,
})

Implementation

BatchGetWorkflowsResponse({
  this.missingWorkflows,
  this.workflows,
});