SchemaRadioBroadcastService constructor
      
      SchemaRadioBroadcastService({ 
    
- SchemaPlace? area,
 - SchemaOrganization? broadcastAffiliateOf,
 - String? broadcastDisplayName,
 - dynamic broadcastFrequency,
 - String? broadcastTimezone,
 - SchemaOrganization? broadcaster,
 - String? callSign,
 - SchemaBroadcastChannel? hasBroadcastChannel,
 - dynamic inLanguage,
 - SchemaBroadcastService? parentService,
 - String? videoFormat,
 - SchemaAggregateRating? aggregateRating,
 - dynamic areaServed,
 - SchemaAudience? audience,
 - SchemaServiceChannel? availableChannel,
 - String? award,
 - dynamic brand,
 - dynamic broker,
 - dynamic category,
 - SchemaCertification? hasCertification,
 - SchemaOfferCatalog? hasOfferCatalog,
 - SchemaOpeningHoursSpecification? hoursAvailable,
 - dynamic isRelatedTo,
 - dynamic isSimilarTo,
 - dynamic logo,
 - dynamic offers,
 - SchemaThing? produces,
 - dynamic provider,
 - String? providerMobility,
 - SchemaReview? review,
 - dynamic serviceArea,
 - SchemaAudience? serviceAudience,
 - SchemaThing? serviceOutput,
 - dynamic serviceType,
 - String? slogan,
 - String? termsOfService,
 - String? additionalType,
 - String? alternateName,
 - dynamic description,
 - String? disambiguatingDescription,
 - dynamic identifier,
 - dynamic image,
 - dynamic mainEntityOfPage,
 - String? name,
 - SchemaAction? potentialAction,
 - String? sameAs,
 - dynamic subjectOf,
 - String? url,
 
Create a new instance of SchemaRadioBroadcastService
Implementation
SchemaRadioBroadcastService({
  this.area,
  this.broadcastAffiliateOf,
  this.broadcastDisplayName,
  this.broadcastFrequency,
  this.broadcastTimezone,
  this.broadcaster,
  this.callSign,
  this.hasBroadcastChannel,
  this.inLanguage,
  this.parentService,
  this.videoFormat,
  this.aggregateRating,
  this.areaServed,
  this.audience,
  this.availableChannel,
  this.award,
  this.brand,
  this.broker,
  this.category,
  this.hasCertification,
  this.hasOfferCatalog,
  this.hoursAvailable,
  this.isRelatedTo,
  this.isSimilarTo,
  this.logo,
  this.offers,
  this.produces,
  this.provider,
  this.providerMobility,
  this.review,
  this.serviceArea,
  this.serviceAudience,
  this.serviceOutput,
  this.serviceType,
  this.slogan,
  this.termsOfService,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});