isAuthException property

bool isAuthException

Implementation

bool get isAuthException =>
    type == DioExceptionType.unknown && error is AuthException;