Ensures the value does NOT match any item in the provided list.
static Validator notInList(List<String> values, {String? message}) => Validator._()..notInList(values, message: message);