MailTemplateIdDto constructor

MailTemplateIdDto({
  1. String? mailTemplateId,
})

Implementation

MailTemplateIdDto({
  this.mailTemplateId,
});