EmailTemplateContent class
The content of the email, composed of a subject line, an HTML part, and a text-only part.
Constructors
- EmailTemplateContent({String? html, String? subject, String? text})
-
EmailTemplateContent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- html → String?
-
The HTML body of the email.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subject → String?
-
The subject line of the email.
final
- text → String?
-
The email body that will be visible to recipients whose email clients do not
display HTML.
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