SchemaSchedule constructor
SchemaSchedule({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- dynamic byDay,
- int? byMonth,
- int? byMonthDay,
- int? byMonthWeek,
- dynamic duration,
- String? endDate,
- String? endTime,
- String? exceptDate,
- int? repeatCount,
- dynamic repeatFrequency,
- String? scheduleTimezone,
- String? startDate,
- String? startTime,
Create a new instance of SchemaSchedule
Implementation
SchemaSchedule({
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.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,
});