SchemaEventSeries constructor
      
      SchemaEventSeries({ 
    
- SchemaThing? about,
- SchemaPerson? actor,
- SchemaAggregateRating? aggregateRating,
- dynamic attendee,
- dynamic attendees,
- SchemaAudience? audience,
- dynamic composer,
- dynamic contributor,
- SchemaPerson? director,
- String? doorTime,
- SchemaDuration? duration,
- String? endDate,
- SchemaEventAttendanceModeEnumeration? eventAttendanceMode,
- SchemaSchedule? eventSchedule,
- SchemaEventStatusType? eventStatus,
- dynamic funder,
- SchemaGrant? funding,
- dynamic inLanguage,
- bool? isAccessibleForFree,
- dynamic keywords,
- dynamic location,
- int? maximumAttendeeCapacity,
- int? maximumPhysicalAttendeeCapacity,
- int? maximumVirtualAttendeeCapacity,
- dynamic offers,
- dynamic organizer,
- dynamic performer,
- dynamic performers,
- String? previousStartDate,
- SchemaCreativeWork? recordedIn,
- int? remainingAttendeeCapacity,
- SchemaReview? review,
- dynamic sponsor,
- String? startDate,
- SchemaEvent? subEvent,
- SchemaEvent? subEvents,
- SchemaEvent? superEvent,
- dynamic translator,
- String? typicalAgeRange,
- SchemaCreativeWork? workFeatured,
- SchemaCreativeWork? workPerformed,
- 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 SchemaEventSeries
Implementation
SchemaEventSeries({
  this.about,
  this.actor,
  this.aggregateRating,
  this.attendee,
  this.attendees,
  this.audience,
  this.composer,
  this.contributor,
  this.director,
  this.doorTime,
  this.duration,
  this.endDate,
  this.eventAttendanceMode,
  this.eventSchedule,
  this.eventStatus,
  this.funder,
  this.funding,
  this.inLanguage,
  this.isAccessibleForFree,
  this.keywords,
  this.location,
  this.maximumAttendeeCapacity,
  this.maximumPhysicalAttendeeCapacity,
  this.maximumVirtualAttendeeCapacity,
  this.offers,
  this.organizer,
  this.performer,
  this.performers,
  this.previousStartDate,
  this.recordedIn,
  this.remainingAttendeeCapacity,
  this.review,
  this.sponsor,
  this.startDate,
  this.subEvent,
  this.subEvents,
  this.superEvent,
  this.translator,
  this.typicalAgeRange,
  this.workFeatured,
  this.workPerformed,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});