SchemaSchedule constructor

SchemaSchedule({
  1. dynamic byDay,
  2. int? byMonth,
  3. int? byMonthDay,
  4. int? byMonthWeek,
  5. SchemaDuration? duration,
  6. String? endDate,
  7. String? endTime,
  8. String? exceptDate,
  9. int? repeatCount,
  10. dynamic repeatFrequency,
  11. String? scheduleTimezone,
  12. String? startDate,
  13. String? startTime,
  14. String? additionalType,
  15. String? alternateName,
  16. dynamic description,
  17. String? disambiguatingDescription,
  18. dynamic identifier,
  19. dynamic image,
  20. dynamic mainEntityOfPage,
  21. String? name,
  22. SchemaAction? potentialAction,
  23. String? sameAs,
  24. dynamic subjectOf,
  25. String? url,
})

Create a new instance of SchemaSchedule

Implementation

SchemaSchedule({
  this.byDay,
  this.byMonth,
  this.byMonthDay,
  this.byMonthWeek,
  this.duration,
  this.endDate,
  this.endTime,
  this.exceptDate,
  this.repeatCount,
  this.repeatFrequency,
  this.scheduleTimezone,
  this.startDate,
  this.startTime,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});