SchemaGovernmentService constructor

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

Create a new instance of SchemaGovernmentService

Implementation

SchemaGovernmentService({
  this.jurisdiction,
  this.serviceOperator,
  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,
});