CampaignEmailMessage class

Specifies the content and "From" address for an email message that's sent to recipients of a campaign.

Constructors

CampaignEmailMessage({String? body, String? fromAddress, String? htmlBody, String? title})
CampaignEmailMessage.fromJson(Map<String, dynamic> json)
factory

Properties

body String?
The body of the email for recipients whose email clients don't render HTML content.
final
fromAddress String?
The verified email address to send the email from. The default address is the FromAddress specified for the email channel for the application.
final
hashCode int
The hash code for this object.
no setterinherited
htmlBody String?
The body of the email, in HTML format, for recipients whose email clients render HTML content.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The subject line, or title, of the email.
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