Assert that a key x is present, if none of the given keys are.
x
keys
ContextValidator requiredWithoutAll(Iterable<String> keys) => _require((ctx) => !keys.any(ctx.containsKey));