isConflictError property
bool
get
isConflictError
Checks if the status code represents a conflict
Implementation
bool get isConflictError => this == 409;
Checks if the status code represents a conflict
bool get isConflictError => this == 409;