isValidationError property
bool
get
isValidationError
Check if this is a validation error
Implementation
bool get isValidationError => code == ResponseCode.BAD_REQUEST;
Check if this is a validation error
bool get isValidationError => code == ResponseCode.BAD_REQUEST;