ExtensionField class

Additional X-headers to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

Constructors

ExtensionField({required String name, required String value})

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The value of the header to add. Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").
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