CreateFlowTemplateResponse constructor

CreateFlowTemplateResponse({
  1. FlowTemplateSummary? summary,
})

Implementation

CreateFlowTemplateResponse({
  this.summary,
});