GetCustomVerificationEmailTemplateResponse constructor

GetCustomVerificationEmailTemplateResponse({
  1. String? failureRedirectionURL,
  2. String? fromEmailAddress,
  3. String? successRedirectionURL,
  4. String? templateContent,
  5. String? templateName,
  6. String? templateSubject,
})

Implementation

GetCustomVerificationEmailTemplateResponse({
  this.failureRedirectionURL,
  this.fromEmailAddress,
  this.successRedirectionURL,
  this.templateContent,
  this.templateName,
  this.templateSubject,
});