EmailTemplate constructor
EmailTemplate({})
Implementation
EmailTemplate({
required this.templateId,
required this.locale,
required this.message,
required this.senderName,
required this.senderEmail,
required this.replyToEmail,
required this.replyToName,
required this.subject,
});