EmlParseResult class

Constructors

EmlParseResult({required DateTime date, required String subject, List<EmlEmailAddress>? from, List<EmlEmailAddress>? to, List<EmlEmailAddress>? cc, List<EmlEmailHeader>? headers, String? text, List<EmlEmailHeader>? textheaders, String? html, List<EmlEmailHeader>? htmlheaders, List<EmlEmailAttachment>? attachments})

Properties

attachments List<EmlEmailAttachment>?
final
cc List<EmlEmailAddress>?
final
date DateTime
final
from List<EmlEmailAddress>?
final
hashCode int
The hash code for this object.
no setterinherited
headers List<EmlEmailHeader>?
final
html String?
final
htmlheaders List<EmlEmailHeader>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String
final
text String?
final
textheaders List<EmlEmailHeader>?
final
to List<EmlEmailAddress>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited