SchemaBusinessEvent constructor

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

Create a new instance of SchemaBusinessEvent

Implementation

SchemaBusinessEvent({
  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,
});