SchemaServiceChannel constructor

SchemaServiceChannel({
  1. dynamic availableLanguage,
  2. SchemaDuration? processingTime,
  3. SchemaService? providesService,
  4. SchemaPlace? serviceLocation,
  5. SchemaContactPoint? servicePhone,
  6. SchemaPostalAddress? servicePostalAddress,
  7. SchemaContactPoint? serviceSmsNumber,
  8. String? serviceUrl,
  9. String? additionalType,
  10. String? alternateName,
  11. dynamic description,
  12. String? disambiguatingDescription,
  13. dynamic identifier,
  14. dynamic image,
  15. dynamic mainEntityOfPage,
  16. String? name,
  17. SchemaAction? potentialAction,
  18. String? sameAs,
  19. dynamic subjectOf,
  20. 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,
});