isTooManyRequests top-level property
Matcher
get
isTooManyRequests
Asserts if the response is a HttpStatus.tooManyRequests.
Implementation
Matcher get isTooManyRequests => hasStatus(HttpStatus.tooManyRequests);