VerificationMessageTemplateType class

The template for verification messages.

Constructors

VerificationMessageTemplateType({DefaultEmailOptionType? defaultEmailOption, String? emailMessage, String? emailMessageByLink, String? emailSubject, String? emailSubjectByLink, String? smsMessage})
VerificationMessageTemplateType.fromJson(Map<String, dynamic> json)
factory

Properties

defaultEmailOption DefaultEmailOptionType?
The default email option.
final
emailMessage String?
The email message template. EmailMessage is allowed only if EmailSendingAccount is DEVELOPER.
final
The email message template for sending a confirmation link to the user. EmailMessageByLink is allowed only if EmailSendingAccount is DEVELOPER.
final
emailSubject String?
The subject line for the email message template. EmailSubject is allowed only if EmailSendingAccount is DEVELOPER.
final
The subject line for the email message template for sending a confirmation link to the user. EmailSubjectByLink is allowed only EmailSendingAccount is DEVELOPER.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smsMessage String?
The SMS message template.
final

Methods

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

Operators

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