PlaceMenuAllergens constructor

PlaceMenuAllergens({
  1. String? id,
  2. String? name,
  3. String? internationalCode,
})

Implementation

PlaceMenuAllergens({this.id, this.name, this.internationalCode});