isValidationError property

bool get isValidationError

Check if the response is a validation error (422).

Implementation

bool get isValidationError => statusCode == 422;