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