SchemaBroadcastEvent constructor

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

Create a new instance of SchemaBroadcastEvent

Implementation

SchemaBroadcastEvent({
  this.broadcastOfEvent,
  this.isLiveBroadcast,
  this.subtitleLanguage,
  this.videoFormat,
  this.free,
  this.publishedBy,
  this.publishedOn,
  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,
});