is3xx static method

bool is3xx(
  1. int? code
)

Implementation

static bool is3xx(int? code) => (code != null && code >= 300 && code < 400);