isValidationError property

bool get isValidationError

True if validation error

Implementation

bool get isValidationError => statusCode == 422;