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