SchemaDeliveryTimeSettings constructor

SchemaDeliveryTimeSettings({
  1. SchemaShippingDeliveryTime? deliveryTime,
  2. bool? isUnlabelledFallback,
  3. SchemaDefinedRegion? shippingDestination,
  4. String? transitTimeLabel,
  5. String? additionalType,
  6. String? alternateName,
  7. dynamic description,
  8. String? disambiguatingDescription,
  9. dynamic identifier,
  10. dynamic image,
  11. dynamic mainEntityOfPage,
  12. String? name,
  13. SchemaAction? potentialAction,
  14. String? sameAs,
  15. dynamic subjectOf,
  16. String? url,
})

Create a new instance of SchemaDeliveryTimeSettings

Implementation

SchemaDeliveryTimeSettings({
  this.deliveryTime,
  this.isUnlabelledFallback,
  this.shippingDestination,
  this.transitTimeLabel,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});