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