CreateWorkflowResponse constructor

CreateWorkflowResponse({
  1. String? name,
})

Implementation

CreateWorkflowResponse({
  this.name,
});