SchemaOfferShippingDetails constructor

SchemaOfferShippingDetails({
  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. SchemaShippingDeliveryTime? deliveryTime,
  15. dynamic depth,
  16. bool? doesNotShip,
  17. SchemaShippingService? hasShippingService,
  18. dynamic height,
  19. SchemaDefinedRegion? shippingDestination,
  20. SchemaDefinedRegion? shippingOrigin,
  21. dynamic shippingRate,
  22. SchemaMemberProgramTier? validForMemberTier,
  23. dynamic weight,
  24. dynamic width,
})

Create a new instance of SchemaOfferShippingDetails

Implementation

SchemaOfferShippingDetails({
  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.deliveryTime,
  this.depth,
  this.doesNotShip,
  this.hasShippingService,
  this.height,
  this.shippingDestination,
  this.shippingOrigin,
  this.shippingRate,
  this.validForMemberTier,
  this.weight,
  this.width,
});