EmailAddressParsedResult class

Represents a parsed result that encodes an email message including recipients, subject and body text.

@author Sean Owen

Inheritance

Constructors

EmailAddressParsedResult(dynamic tos, [List<String>? _ccs, List<String>? _bccs, String? subject, String? body])

Properties

bccs List<String>?
no setter
body String?
getter/setter pair
ccs List<String>?
no setter
displayResult String
no setteroverride
emailAddress String?
@return first elements of tos or null if none @deprecated use tos
no setter
hashCode int
The hash code for this object.
no setterinherited
mailtoURI String
@return "mailto:" @deprecated without replacement
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
getter/setter pair
tos List<String>?
no setter
type ParsedResultType
no setterinherited

Methods

addBCC(String to) → void
addCC(String to) → void
addTo(String to) → void
maybeAppend(String? value, StringBuffer result) → void
inherited
maybeAppendList(List<String>? values, StringBuffer result) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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