WorkflowUpdate constructor

WorkflowUpdate({
  1. WorkflowStatus? status,
})

Implementation

WorkflowUpdate({
  this.status,
});