SchemaShippingRateSettings constructor

SchemaShippingRateSettings({
  1. String? additionalType,
  2. String? alternateName,
  3. dynamic description,
  4. String? disambiguatingDescription,
  5. dynamic identifier,
  6. dynamic image,
  7. dynamic mainEntityOfPage,
  8. String? name,
  9. dynamic owner,
  10. SchemaAction? potentialAction,
  11. String? sameAs,
  12. dynamic subjectOf,
  13. String? url,
  14. bool? doesNotShip,
  15. dynamic freeShippingThreshold,
  16. bool? isUnlabelledFallback,
  17. num? orderPercentage,
  18. SchemaDefinedRegion? shippingDestination,
  19. dynamic shippingRate,
  20. 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,
});