isFailedStatus property
bool
get
isFailedStatus
Implementation
bool get isFailedStatus {
final t = type;
return !(t == SmtpResponseType.accepted || t == SmtpResponseType.success);
}
bool get isFailedStatus {
final t = type;
return !(t == SmtpResponseType.accepted || t == SmtpResponseType.success);
}