isCreated top-level property

Matcher isCreated

Asserts if the response is a HttpStatus.created.

Implementation

Matcher get isCreated => hasStatus(HttpStatus.created);