ResendEmailBatchParams constructor
const
ResendEmailBatchParams({})
Constructor of ResendEmailBatchParams
Implementation
const ResendEmailBatchParams({
required this.from,
required this.to,
required this.subject,
this.bcc,
this.cc,
this.replyTo,
this.html,
this.text,
this.headers,
});