MailTemplateDto constructor
MailTemplateDto({})
Implementation
MailTemplateDto({
this.relation,
this.mailTemplateId,
this.mailTemplateName,
this.verification,
this.fromEmail,
this.fromName,
this.toEmail,
this.toName,
this.subject,
this.content,
});