SchemaNutritionInformation constructor

SchemaNutritionInformation({
  1. SchemaEnergy? calories,
  2. SchemaMass? carbohydrateContent,
  3. SchemaMass? cholesterolContent,
  4. SchemaMass? fatContent,
  5. SchemaMass? fiberContent,
  6. SchemaMass? proteinContent,
  7. SchemaMass? saturatedFatContent,
  8. String? servingSize,
  9. SchemaMass? sodiumContent,
  10. SchemaMass? sugarContent,
  11. SchemaMass? transFatContent,
  12. SchemaMass? unsaturatedFatContent,
  13. String? additionalType,
  14. String? alternateName,
  15. dynamic description,
  16. String? disambiguatingDescription,
  17. dynamic identifier,
  18. dynamic image,
  19. dynamic mainEntityOfPage,
  20. String? name,
  21. SchemaAction? potentialAction,
  22. String? sameAs,
  23. dynamic subjectOf,
  24. String? url,
})

Create a new instance of SchemaNutritionInformation

Implementation

SchemaNutritionInformation({
  this.calories,
  this.carbohydrateContent,
  this.cholesterolContent,
  this.fatContent,
  this.fiberContent,
  this.proteinContent,
  this.saturatedFatContent,
  this.servingSize,
  this.sodiumContent,
  this.sugarContent,
  this.transFatContent,
  this.unsaturatedFatContent,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});