SchemaSchedule constructor
SchemaSchedule({
- dynamic byDay,
- int? byMonth,
- int? byMonthDay,
- int? byMonthWeek,
- SchemaDuration? duration,
- String? endDate,
- String? endTime,
- String? exceptDate,
- int? repeatCount,
- dynamic repeatFrequency,
- String? scheduleTimezone,
- String? startDate,
- String? startTime,
- 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 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,
});