SchemaNutritionInformation constructor
SchemaNutritionInformation({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- SchemaEnergy? calories,
- SchemaMass? carbohydrateContent,
- SchemaMass? cholesterolContent,
- SchemaMass? fatContent,
- SchemaMass? fiberContent,
- SchemaMass? proteinContent,
- SchemaMass? saturatedFatContent,
- String? servingSize,
- SchemaMass? sodiumContent,
- SchemaMass? sugarContent,
- SchemaMass? transFatContent,
- SchemaMass? unsaturatedFatContent,
Create a new instance of SchemaNutritionInformation
Implementation
SchemaNutritionInformation({
super.additionalType,
super.alternateName,
super.description,
super.disambiguatingDescription,
super.identifier,
super.image,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.url,
this.calories,
this.carbohydrateContent,
this.cholesterolContent,
this.fatContent,
this.fiberContent,
this.proteinContent,
this.saturatedFatContent,
this.servingSize,
this.sodiumContent,
this.sugarContent,
this.transFatContent,
this.unsaturatedFatContent,
});