CreateFlowResponse constructor

CreateFlowResponse({
  1. Flow? flow,
})

Implementation

CreateFlowResponse({
  this.flow,
});