Destination class

An object that describes the recipients for an email.

Constructors

Destination({List<String>? bccAddresses, List<String>? ccAddresses, List<String>? toAddresses})

Properties

bccAddresses List<String>?
An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
final
ccAddresses List<String>?
An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toAddresses List<String>?
An array that contains the email addresses of the "To" recipients for 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