SchemaWebAPI constructor

SchemaWebAPI({
  1. dynamic documentation,
  2. SchemaAggregateRating? aggregateRating,
  3. dynamic areaServed,
  4. SchemaAudience? audience,
  5. SchemaServiceChannel? availableChannel,
  6. String? award,
  7. dynamic brand,
  8. dynamic broker,
  9. dynamic category,
  10. SchemaCertification? hasCertification,
  11. SchemaOfferCatalog? hasOfferCatalog,
  12. SchemaOpeningHoursSpecification? hoursAvailable,
  13. dynamic isRelatedTo,
  14. dynamic isSimilarTo,
  15. dynamic offers,
  16. SchemaThing? produces,
  17. dynamic provider,
  18. String? providerMobility,
  19. SchemaReview? review,
  20. dynamic serviceArea,
  21. SchemaAudience? serviceAudience,
  22. SchemaThing? serviceOutput,
  23. dynamic serviceType,
  24. String? slogan,
  25. String? termsOfService,
  26. String? additionalType,
  27. String? alternateName,
  28. dynamic description,
  29. String? disambiguatingDescription,
  30. dynamic identifier,
  31. dynamic image,
  32. dynamic mainEntityOfPage,
  33. String? name,
  34. SchemaAction? potentialAction,
  35. String? sameAs,
  36. dynamic subjectOf,
  37. String? url,
})

Create a new instance of SchemaWebAPI

Implementation

SchemaWebAPI({
  this.documentation,
  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,
});