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