SchemaServiceChannel constructor
SchemaServiceChannel({
- dynamic availableLanguage,
- SchemaDuration? processingTime,
- SchemaService? providesService,
- SchemaPlace? serviceLocation,
- SchemaContactPoint? servicePhone,
- SchemaPostalAddress? servicePostalAddress,
- SchemaContactPoint? serviceSmsNumber,
- String? serviceUrl,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
Create a new instance of SchemaServiceChannel
Implementation
SchemaServiceChannel({
this.availableLanguage,
this.processingTime,
this.providesService,
this.serviceLocation,
this.servicePhone,
this.servicePostalAddress,
this.serviceSmsNumber,
this.serviceUrl,
this.additionalType,
this.alternateName,
this.description,
this.disambiguatingDescription,
this.identifier,
this.image,
this.mainEntityOfPage,
this.name,
this.potentialAction,
this.sameAs,
this.subjectOf,
this.url,
});