SchemaNutritionInformation constructor
SchemaNutritionInformation({
- SchemaEnergy? calories,
- SchemaMass? carbohydrateContent,
- SchemaMass? cholesterolContent,
- SchemaMass? fatContent,
- SchemaMass? fiberContent,
- SchemaMass? proteinContent,
- SchemaMass? saturatedFatContent,
- String? servingSize,
- SchemaMass? sodiumContent,
- SchemaMass? sugarContent,
- SchemaMass? transFatContent,
- SchemaMass? unsaturatedFatContent,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- 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,
});