isFound top-level property

Matcher isFound

Asserts if the response is a HttpStatus.found.

Implementation

Matcher get isFound => hasStatus(HttpStatus.found);