isUnauthorized top-level property

Checker<Response> get isUnauthorized

Implementation

Checker<Response> get isUnauthorized => statusCodeIs(401);