SchemaOpeningHoursSpecification constructor

SchemaOpeningHoursSpecification({
  1. String? closes,
  2. SchemaDayOfWeek? dayOfWeek,
  3. String? opens,
  4. String? validFrom,
  5. String? validThrough,
  6. String? additionalType,
  7. String? alternateName,
  8. dynamic description,
  9. String? disambiguatingDescription,
  10. dynamic identifier,
  11. dynamic image,
  12. dynamic mainEntityOfPage,
  13. String? name,
  14. SchemaAction? potentialAction,
  15. String? sameAs,
  16. dynamic subjectOf,
  17. String? url,
})

Create a new instance of SchemaOpeningHoursSpecification

Implementation

SchemaOpeningHoursSpecification({
  this.closes,
  this.dayOfWeek,
  this.opens,
  this.validFrom,
  this.validThrough,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});