isNoContent top-level property

Matcher isNoContent

Asserts if the response is a HttpStatus.noContent.

Implementation

Matcher get isNoContent => hasStatus(HttpStatus.noContent);