isServerError property

bool isServerError

Implementation

bool get isServerError =>
    between(internalServerError, networkConnectTimeoutError);