isInRange method

bool isInRange(
  1. int statusCode
)

Implementation

bool isInRange(int statusCode) => statusCode >= _min && statusCode <= _max;