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