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