ResendEmailBatchParams class

A class for holding all information of an email that is intended to be sent as a batch emails request

Constructors

ResendEmailBatchParams.new({required String from, required List<String> to, required String subject, List<String>? bcc, List<String>? cc, List<String>? replyTo, String? html, String? text, Json? headers})
Constructor of ResendEmailBatchParams
const

Properties

bcc List<String>?
The email adddresses of bcc
final
cc List<String>?
The email addresses of cc
final
from String
The email address this email will be sent from
final
hashCode int
The hash code for this object.
no setterinherited
headers Json?
The headers of the email
final
html String?
The HTML content of the email
final
replyTo List<String>?
The email addresses this email will reply to
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String
The subject of the email
final
text String?
The text content of the email
final
to List<String>
The email addresses this email will be sent to
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Json
Method to create a JSON object from the given data
toString() String
A string representation of this object.
inherited

Operators

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