Ensures the value exactly matches one of the items in the provided list.
static Validator inList(List<String> values, {String? message}) => Validator._()..inList(values, message: message);