Allergens property

  1. @JsonKey(defaultValue: 0)
int Allergens
final

Allergens

  • Bit 00 : Céréales
  • Bit 01 : Crustacés
  • Bit 02 : OEufs
  • Bit 03 : Poissons
  • Bit 04 : Arachides
  • Bit 05 : Soja
  • Bit 06 : Lait
  • Bit 07 : Fruits à coque
  • Bit 08 : Céleri
  • Bit 09 : Moutarde
  • Bit 10 : Graines de sésame
  • Bit 11 : Anhydride sulfureux et sulfites
  • Bit 12 : Lupin
  • Bit 13 : Mollusques

Implementation

@JsonKey(defaultValue: 0)
final int Allergens;