GetTemplateOutput constructor

GetTemplateOutput({
  1. List<TemplateStage>? stagesAvailable,
  2. String? templateBody,
})

Implementation

GetTemplateOutput({
  this.stagesAvailable,
  this.templateBody,
});