isConflict property

bool get isConflict

Check if there was a conflict (409)

Implementation

bool get isConflict => statusCode == 409;