TemplateVersionResponse constructor
TemplateVersionResponse({})
Implementation
TemplateVersionResponse({
required this.creationDate,
required this.lastModifiedDate,
required this.templateName,
required this.templateType,
this.defaultSubstitutions,
this.templateDescription,
this.version,
});