SchemaShippingRateSettings constructor
SchemaShippingRateSettings({
- 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,
- bool? doesNotShip,
- dynamic freeShippingThreshold,
- bool? isUnlabelledFallback,
- num? orderPercentage,
- SchemaDefinedRegion? shippingDestination,
- dynamic shippingRate,
- num? weightPercentage,
Create a new instance of SchemaShippingRateSettings
Implementation
SchemaShippingRateSettings({
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.doesNotShip,
this.freeShippingThreshold,
this.isUnlabelledFallback,
this.orderPercentage,
this.shippingDestination,
this.shippingRate,
this.weightPercentage,
});