UpdateFlowResponse constructor

UpdateFlowResponse({
  1. Flow? flow,
})

Implementation

UpdateFlowResponse({
  this.flow,
});