SchemaService constructor
SchemaService({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- 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,
Create a new instance of SchemaService
Implementation
SchemaService({
super.additionalType,
super.alternateName,
super.description,
super.disambiguatingDescription,
super.identifier,
super.image,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.url,
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,
});