isConflictError property

bool get isConflictError

Checks if the status code represents a conflict

Implementation

bool get isConflictError => this == 409;