isStatusInRange method

  1. @override
bool isStatusInRange(
  1. int statusInit,
  2. int statusEnd
)
override

Returns true if this status is in range of parameters statusInit and statusEnd.

Implementation

@override
bool isStatusInRange(int statusInit, int statusEnd) =>
    httpStatus.isStatusInRange(statusInit, statusEnd);