is5xx static method

bool is5xx(
  1. int? code
)

Implementation

static bool is5xx(int? code) => (code != null && code >= 500);