GetTemplateOutput constructor
GetTemplateOutput({
- List<
TemplateStage> ? stagesAvailable, - String? templateBody,
Implementation
GetTemplateOutput({
this.stagesAvailable,
this.templateBody,
});