SchemaAudience constructor

SchemaAudience({
  1. String? audienceType,
  2. SchemaAdministrativeArea? geographicArea,
  3. String? additionalType,
  4. String? alternateName,
  5. dynamic description,
  6. String? disambiguatingDescription,
  7. dynamic identifier,
  8. dynamic image,
  9. dynamic mainEntityOfPage,
  10. String? name,
  11. SchemaAction? potentialAction,
  12. String? sameAs,
  13. dynamic subjectOf,
  14. String? url,
})

Create a new instance of SchemaAudience

Implementation

SchemaAudience({
  this.audienceType,
  this.geographicArea,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});