EmailMessage class
- Available extensions
- Annotations
-
- @anonymous
- @JS()
- @staticInterop
Constructors
- EmailMessage()
-
factory
Properties
- from → String
-
Available on EmailMessage, provided by the PropsEmailMessage extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- headers → Headers
-
Available on EmailMessage, provided by the PropsEmailMessage extension
no setter - raw → ReadableStream
-
Available on EmailMessage, provided by the PropsEmailMessage extension
no setter - rawSize → int
-
Available on EmailMessage, provided by the PropsEmailMessage extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- to → String
-
Available on EmailMessage, provided by the PropsEmailMessage extension
no setter
Methods
-
forward(
String to, [Headers? headers]) → Future< void> -
Available on EmailMessage, provided by the PropsEmailMessage extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setReject(
String reason) → void -
Available on EmailMessage, provided by the PropsEmailMessage extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited