SchemaBroadcastEvent constructor

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

Create a new instance of SchemaBroadcastEvent

Implementation

SchemaBroadcastEvent({
  super.about,
  super.actor,
  super.additionalType,
  super.aggregateRating,
  super.alternateName,
  super.attendee,
  super.attendees,
  super.audience,
  super.composer,
  super.contributor,
  super.description,
  super.director,
  super.disambiguatingDescription,
  super.doorTime,
  super.duration,
  super.endDate,
  super.eventAttendanceMode,
  super.eventSchedule,
  super.eventStatus,
  super.free,
  super.funder,
  super.funding,
  super.hasParticipationOffer,
  super.hasSponsorshipOffer,
  super.identifier,
  super.image,
  super.inLanguage,
  super.isAccessibleForFree,
  super.keywords,
  super.location,
  super.mainEntityOfPage,
  super.maximumAttendeeCapacity,
  super.maximumPhysicalAttendeeCapacity,
  super.maximumVirtualAttendeeCapacity,
  super.name,
  super.offers,
  super.organizer,
  super.owner,
  super.performer,
  super.performers,
  super.potentialAction,
  super.previousStartDate,
  super.publishedBy,
  super.publishedOn,
  super.recordedIn,
  super.remainingAttendeeCapacity,
  super.review,
  super.sameAs,
  super.sponsor,
  super.startDate,
  super.subEvent,
  super.subEvents,
  super.subjectOf,
  super.superEvent,
  super.translator,
  super.typicalAgeRange,
  super.url,
  super.workFeatured,
  super.workPerformed,
  this.broadcastOfEvent,
  this.isLiveBroadcast,
  this.subtitleLanguage,
  this.videoFormat,
});