Response.gone({Map<String, dynamic> headers, body })

Represents a 410 response.

Source

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