Email class

Constructors

Email(List<Personalization> personalizations, Address from, String subject, {List<Content>? content, Address? replyTo, List<Attachment>? attachments, String? templateId, Map<String, String>? headers, List<String>? categories, Map<String, String>? customArgs, DateTime? sendAt, String? batchId, AdvancedSuppressionManager? asm, String? ipPoolName, MailSettings? mailSettings, TrackingSettings? trackingSettings})
const

Properties

asm AdvancedSuppressionManager?
final
attachments List<Attachment>?
final
batchId String?
final
categories List<String>?
final
content List<Content>?
final
customArgs Map<String, String>?
final
from Address
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>?
final
ipPoolName String?
final
mailSettings MailSettings?
final
personalizations List<Personalization>
final
replyTo Address?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendAt DateTime?
final
subject String
final
templateId String?
final
trackingSettings TrackingSettings?
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