SchemaRadioBroadcastService constructor

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

Create a new instance of SchemaRadioBroadcastService

Implementation

SchemaRadioBroadcastService({
  super.additionalType,
  super.aggregateRating,
  super.alternateName,
  super.area,
  super.areaServed,
  super.audience,
  super.availableChannel,
  super.award,
  super.brand,
  super.broadcastAffiliateOf,
  super.broadcastDisplayName,
  super.broadcastFrequency,
  super.broadcastTimezone,
  super.broadcaster,
  super.broker,
  super.callSign,
  super.category,
  super.description,
  super.disambiguatingDescription,
  super.hasBroadcastChannel,
  super.hasCertification,
  super.hasOfferCatalog,
  super.hoursAvailable,
  super.identifier,
  super.image,
  super.inLanguage,
  super.isRelatedTo,
  super.isSimilarTo,
  super.logo,
  super.mainEntityOfPage,
  super.name,
  super.offers,
  super.owner,
  super.parentService,
  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,
  super.videoFormat,
});