fieldsAllLanguages top-level constant

Set<ProductField> const fieldsAllLanguages

Implementation

const Set<ProductField> fieldsAllLanguages = {
  ProductField.NAME_ALL_LANGUAGES,
  ProductField.GENERIC_NAME_ALL_LANGUAGES,
  ProductField.ABBREVIATED_NAME_ALL_LANGUAGES,
  ProductField.INGREDIENTS_TEXT_ALL_LANGUAGES,
  ProductField.PACKAGING_TEXT_ALL_LANGUAGES,
};