is5xxServerError method

  1. @override
bool is5xxServerError()
override

Whether this status code is in the Server Error class ({@code 5xx}). @see RFC 2616

Implementation

@override
bool is5xxServerError() {
  return series == Series.serverError;
}