isConflict property
bool
get
isConflict
Checks if the request resulted in a conflict (409).
Implementation
bool get isConflict => statusCode == 409;
Checks if the request resulted in a conflict (409).
bool get isConflict => statusCode == 409;