SimpleEmailPart class

Specifies the subject or body of an email message, represented as textual email data and the applicable character set.

Constructors

SimpleEmailPart({String? charset, String? data})

Properties

charset String?
The applicable character set for the message content.
final
data String?
The textual data of the message content.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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