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