Body class

Represents the body of the email message.

Constructors

Body({Content? html, Content? text})

Properties

hashCode int
The hash code for this object.
no setterinherited
html Content?
An object that represents the version of the message that is displayed in email clients that support HTML. HTML messages can include formatted text, hyperlinks, images, and more.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text Content?
An object that represents the version of the message that is displayed in email clients that don't support HTML, or clients where the recipient has disabled HTML rendering.
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