isOkStatus property

bool isOkStatus

Checks if the request succeeded

Implementation

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