Returns true if is a server error status: from range 500 to 599.
true
@override bool get isStatusServerError => httpStatus.isStatusServerError;