Allergens constructor

Allergens(
  1. List<String> ids,
  2. List<String> names
)

Implementation

Allergens(this.ids, this.names);