TaxonomyIngredientField constructor

const TaxonomyIngredientField(
  1. {required String offTag}
)

Implementation

const TaxonomyIngredientField({
  required this.offTag,
});