conflict constant
HttpStatus
const conflict
409 Conflict
This response is sent when a request conflicts with the current state of the server.
Implementation
static const conflict = HttpStatus(409);