isConflict property

bool get isConflict

Checks if the request resulted in a conflict (409).

Implementation

bool get isConflict => statusCode == 409;