SchemaBroadcastService constructor

SchemaBroadcastService({
  1. String? additionalType,
  2. SchemaAggregateRating? aggregateRating,
  3. String? alternateName,
  4. dynamic areaServed,
  5. SchemaAudience? audience,
  6. SchemaServiceChannel? availableChannel,
  7. String? award,
  8. dynamic brand,
  9. dynamic broker,
  10. dynamic category,
  11. dynamic description,
  12. String? disambiguatingDescription,
  13. SchemaCertification? hasCertification,
  14. SchemaOfferCatalog? hasOfferCatalog,
  15. SchemaOpeningHoursSpecification? hoursAvailable,
  16. dynamic identifier,
  17. dynamic image,
  18. dynamic isRelatedTo,
  19. dynamic isSimilarTo,
  20. dynamic mainEntityOfPage,
  21. String? name,
  22. dynamic offers,
  23. dynamic owner,
  24. SchemaAction? potentialAction,
  25. SchemaThing? produces,
  26. dynamic provider,
  27. String? providerMobility,
  28. SchemaReview? review,
  29. String? sameAs,
  30. dynamic serviceArea,
  31. SchemaAudience? serviceAudience,
  32. SchemaThing? serviceOutput,
  33. dynamic serviceType,
  34. String? slogan,
  35. dynamic subjectOf,
  36. String? termsOfService,
  37. String? url,
  38. SchemaPlace? area,
  39. SchemaOrganization? broadcastAffiliateOf,
  40. String? broadcastDisplayName,
  41. dynamic broadcastFrequency,
  42. String? broadcastTimezone,
  43. SchemaOrganization? broadcaster,
  44. String? callSign,
  45. SchemaBroadcastChannel? hasBroadcastChannel,
  46. dynamic inLanguage,
  47. SchemaBroadcastService? parentService,
  48. String? videoFormat,
})

Create a new instance of SchemaBroadcastService

Implementation

SchemaBroadcastService({
  super.additionalType,
  super.aggregateRating,
  super.alternateName,
  super.areaServed,
  super.audience,
  super.availableChannel,
  super.award,
  super.brand,
  super.broker,
  super.category,
  super.description,
  super.disambiguatingDescription,
  super.hasCertification,
  super.hasOfferCatalog,
  super.hoursAvailable,
  super.identifier,
  super.image,
  super.isRelatedTo,
  super.isSimilarTo,
  super.logo,
  super.mainEntityOfPage,
  super.name,
  super.offers,
  super.owner,
  super.potentialAction,
  super.produces,
  super.provider,
  super.providerMobility,
  super.review,
  super.sameAs,
  super.serviceArea,
  super.serviceAudience,
  super.serviceOutput,
  super.serviceType,
  super.slogan,
  super.subjectOf,
  super.termsOfService,
  super.url,
  this.area,
  this.broadcastAffiliateOf,
  this.broadcastDisplayName,
  this.broadcastFrequency,
  this.broadcastTimezone,
  this.broadcaster,
  this.callSign,
  this.hasBroadcastChannel,
  this.inLanguage,
  this.parentService,
  this.videoFormat,
});