SchemaShippingRateSettings constructor

SchemaShippingRateSettings({
  1. bool? doesNotShip,
  2. dynamic freeShippingThreshold,
  3. bool? isUnlabelledFallback,
  4. SchemaDefinedRegion? shippingDestination,
  5. String? shippingLabel,
  6. SchemaMonetaryAmount? shippingRate,
  7. String? additionalType,
  8. String? alternateName,
  9. dynamic description,
  10. String? disambiguatingDescription,
  11. dynamic identifier,
  12. dynamic image,
  13. dynamic mainEntityOfPage,
  14. String? name,
  15. SchemaAction? potentialAction,
  16. String? sameAs,
  17. dynamic subjectOf,
  18. String? url,
})

Create a new instance of SchemaShippingRateSettings

Implementation

SchemaShippingRateSettings({
  this.doesNotShip,
  this.freeShippingThreshold,
  this.isUnlabelledFallback,
  this.shippingDestination,
  this.shippingLabel,
  this.shippingRate,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});