Represents a constraint that requires another property to be set as well.
Validates that another property is set in addition to the current value.
Ignored.
The validation args that contains the property constraint to check.
True of args.object[args.constraints[0]] is defined. False otherwise.
Represents a constraint that requires another property to be set as well.