Ensure a form field value does not in contain the list of items
items
static String notInItems(List<dynamic> items) => "not_in:${items.toString().replaceAll(RegExp(r'[\]\[]'), "")}";