noContent constant
HttpStatus
const noContent
204 No Content
There is no content to send for this request, but the headers may be
useful.
The user agent may update its cached headers for this resource with the new ones.
Implementation
static const noContent = HttpStatus(204);