carbonFootprintFrFoodgesIngredient property

Map<OpenFoodFactsLanguage, String>? carbonFootprintFrFoodgesIngredient
getter/setter pair

Implementation

@JsonKey(
  name: 'carbon_footprint_fr_foodges_ingredient',
  fromJson: LanguageHelper.fromJsonStringMap,
  toJson: LanguageHelper.toJsonStringMap,
  includeIfNull: false,
)
Map<OpenFoodFactsLanguage, String>? carbonFootprintFrFoodgesIngredient;