DeleteWorkflowResponse constructor

DeleteWorkflowResponse({
  1. String? name,
})

Implementation

DeleteWorkflowResponse({
  this.name,
});