SmtpResponseLine class

Contains a single SMTP response line

Constructors

SmtpResponseLine(int code, String message)
Creates a new response line
const
SmtpResponseLine.parse(String text)
Parses the given response text.
factory

Properties

code int
The code of the response
final
hashCode int
The hash code for this object.
no setterinherited
isFailedStatus bool
Checks if the request failed
no setter
message String
The message of the response
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SmtpResponseType
The type of the response
no setter

Methods

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