isOk top-level property

Matcher isOk

Asserts if the response is a HttpStatus.ok.

Implementation

Matcher get isOk => hasStatus(HttpStatus.ok);