statusCodeIsInRange function

_RangeStatusCodeMatcher statusCodeIsInRange(
  1. int min,
  2. int max
)

Check status code is in range

Implementation

_RangeStatusCodeMatcher statusCodeIsInRange(int min, int max) =>
    _RangeStatusCodeMatcher._(min, max);