SchemaServiceChannel constructor
SchemaServiceChannel({
- 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,
- dynamic availableLanguage,
- SchemaDuration? processingTime,
- SchemaService? providesService,
- SchemaPlace? serviceLocation,
- SchemaContactPoint? servicePhone,
- SchemaPostalAddress? servicePostalAddress,
- SchemaContactPoint? serviceSmsNumber,
- String? serviceUrl,
Create a new instance of SchemaServiceChannel
Implementation
SchemaServiceChannel({
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.availableLanguage,
this.processingTime,
this.providesService,
this.serviceLocation,
this.servicePhone,
this.servicePostalAddress,
this.serviceSmsNumber,
this.serviceUrl,
});