SchemaProduct constructor
SchemaProduct({
- 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,
- SchemaPropertyValue? additionalProperty,
- SchemaAggregateRating? aggregateRating,
- String? asin,
- SchemaAudience? audience,
- String? award,
- String? awards,
- dynamic brand,
- dynamic category,
- String? color,
- dynamic colorSwatch,
- String? countryOfAssembly,
- String? countryOfLastProcessing,
- SchemaCountry? countryOfOrigin,
- dynamic depth,
- SchemaPlace? displayLocation,
- SchemaGrant? funding,
- String? gtin,
- String? gtin12,
- String? gtin13,
- String? gtin14,
- String? gtin8,
- SchemaAdultOrientedEnumeration? hasAdultConsideration,
- SchemaCertification? hasCertification,
- SchemaEnergyConsumptionDetails? hasEnergyConsumptionDetails,
- String? hasGS1DigitalLink,
- SchemaQuantitativeValue? hasMeasurement,
- SchemaMerchantReturnPolicy? hasMerchantReturnPolicy,
- dynamic height,
- String? inProductGroupWithID,
- SchemaProduct? isAccessoryOrSparePartFor,
- SchemaProduct? isConsumableFor,
- bool? isFamilyFriendly,
- dynamic isRelatedTo,
- dynamic isSimilarTo,
- dynamic isVariantOf,
- SchemaOfferItemCondition? itemCondition,
- dynamic keywords,
- dynamic logo,
- SchemaOrganization? manufacturer,
- dynamic material,
- String? mobileUrl,
- dynamic model,
- String? mpn,
- dynamic negativeNotes,
- String? nsn,
- dynamic offers,
- dynamic pattern,
- dynamic positiveNotes,
- String? productID,
- String? productionDate,
- String? purchaseDate,
- String? releaseDate,
- SchemaReview? review,
- SchemaReview? reviews,
- dynamic size,
- String? sku,
- String? slogan,
- dynamic weight,
- dynamic width,
Create a new instance of SchemaProduct
Implementation
SchemaProduct({
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.additionalProperty,
this.aggregateRating,
this.asin,
this.audience,
this.award,
this.awards,
this.brand,
this.category,
this.color,
this.colorSwatch,
this.countryOfAssembly,
this.countryOfLastProcessing,
this.countryOfOrigin,
this.depth,
this.displayLocation,
this.funding,
this.gtin,
this.gtin12,
this.gtin13,
this.gtin14,
this.gtin8,
this.hasAdultConsideration,
this.hasCertification,
this.hasEnergyConsumptionDetails,
this.hasGS1DigitalLink,
this.hasMeasurement,
this.hasMerchantReturnPolicy,
this.height,
this.inProductGroupWithID,
this.isAccessoryOrSparePartFor,
this.isConsumableFor,
this.isFamilyFriendly,
this.isRelatedTo,
this.isSimilarTo,
this.isVariantOf,
this.itemCondition,
this.keywords,
this.logo,
this.manufacturer,
this.material,
this.mobileUrl,
this.model,
this.mpn,
this.negativeNotes,
this.nsn,
this.offers,
this.pattern,
this.positiveNotes,
this.productID,
this.productionDate,
this.purchaseDate,
this.releaseDate,
this.review,
this.reviews,
this.size,
this.sku,
this.slogan,
this.weight,
this.width,
});