carbonFootprintFrFoodgesValue property

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

Implementation

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