isServiceUnavailable top-level property

Matcher isServiceUnavailable

Asserts if the response is a HttpStatus.serviceUnavailable.

Implementation

Matcher get isServiceUnavailable => hasStatus(HttpStatus.serviceUnavailable);