SchemaEvent constructor

SchemaEvent({
  1. String? additionalType,
  2. String? alternateName,
  3. dynamic description,
  4. String? disambiguatingDescription,
  5. dynamic identifier,
  6. dynamic image,
  7. dynamic mainEntityOfPage,
  8. String? name,
  9. dynamic owner,
  10. SchemaAction? potentialAction,
  11. String? sameAs,
  12. dynamic subjectOf,
  13. String? url,
  14. SchemaThing? about,
  15. dynamic actor,
  16. SchemaAggregateRating? aggregateRating,
  17. dynamic attendee,
  18. dynamic attendees,
  19. SchemaAudience? audience,
  20. dynamic composer,
  21. dynamic contributor,
  22. SchemaPerson? director,
  23. String? doorTime,
  24. dynamic duration,
  25. String? endDate,
  26. SchemaEventAttendanceModeEnumeration? eventAttendanceMode,
  27. SchemaSchedule? eventSchedule,
  28. SchemaEventStatusType? eventStatus,
  29. dynamic funder,
  30. SchemaGrant? funding,
  31. SchemaOffer? hasParticipationOffer,
  32. SchemaOffer? hasSponsorshipOffer,
  33. dynamic inLanguage,
  34. bool? isAccessibleForFree,
  35. dynamic keywords,
  36. dynamic location,
  37. int? maximumAttendeeCapacity,
  38. int? maximumPhysicalAttendeeCapacity,
  39. int? maximumVirtualAttendeeCapacity,
  40. dynamic offers,
  41. dynamic organizer,
  42. dynamic performer,
  43. dynamic performers,
  44. String? previousStartDate,
  45. SchemaCreativeWork? recordedIn,
  46. int? remainingAttendeeCapacity,
  47. SchemaReview? review,
  48. dynamic sponsor,
  49. String? startDate,
  50. SchemaEvent? subEvent,
  51. SchemaEvent? subEvents,
  52. SchemaEvent? superEvent,
  53. dynamic translator,
  54. String? typicalAgeRange,
  55. SchemaCreativeWork? workFeatured,
  56. SchemaCreativeWork? workPerformed,
})

Create a new instance of SchemaEvent

Implementation

SchemaEvent({
  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.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.hasParticipationOffer,
  this.hasSponsorshipOffer,
  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,
});