Represents a 400 response.
Response.badRequest({Map<String, dynamic>? headers, dynamic body}) : this(HttpStatus.badRequest, headers, body);