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

Represents a 409 response.

Source

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