isUnauthorized top-level property

Checker<Response> isUnauthorized

Implementation

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