isOkStatus property

bool get isOkStatus

Checks if the request succeeded

Implementation

bool get isOkStatus => type == SmtpResponseType.success;