Destination class

Represents the destination of the message, consisting of To:, CC:, and BCC: fields.

Constructors

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

Properties

bccAddresses List<String>?
The recipients to place on the BCC: line of the message.
final
ccAddresses List<String>?
The recipients to place on the CC: line of the message.
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>?
The recipients to place on the To: line of the message.
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