UpdateWorkflowResponse constructor

UpdateWorkflowResponse({
  1. String? name,
})

Implementation

UpdateWorkflowResponse({
  this.name,
});