GetCustomVerificationEmailTemplateResponse class

The content of the custom verification email template.

Constructors

GetCustomVerificationEmailTemplateResponse({String? failureRedirectionURL, String? fromEmailAddress, String? successRedirectionURL, String? templateContent, String? templateName, String? templateSubject})
GetCustomVerificationEmailTemplateResponse.fromXml(XmlElement elem)
factory

Properties

failureRedirectionURL String?
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
final
fromEmailAddress String?
The email address that the custom verification email is sent from.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successRedirectionURL String?
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
final
templateContent String?
The content of the custom verification email.
final
templateName String?
The name of the custom verification email template.
final
templateSubject String?
The subject line of the custom verification email.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited