SchemaDeliveryTimeSettings constructor
      
      SchemaDeliveryTimeSettings({ 
    
- SchemaShippingDeliveryTime? deliveryTime,
- bool? isUnlabelledFallback,
- SchemaDefinedRegion? shippingDestination,
- String? transitTimeLabel,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- 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,
});