SchemaContactPoint constructor

SchemaContactPoint({
  1. dynamic areaServed,
  2. dynamic availableLanguage,
  3. SchemaContactPointOption? contactOption,
  4. String? contactType,
  5. String? email,
  6. String? faxNumber,
  7. SchemaOpeningHoursSpecification? hoursAvailable,
  8. dynamic productSupported,
  9. dynamic serviceArea,
  10. String? telephone,
  11. String? additionalType,
  12. String? alternateName,
  13. dynamic description,
  14. String? disambiguatingDescription,
  15. dynamic identifier,
  16. dynamic image,
  17. dynamic mainEntityOfPage,
  18. String? name,
  19. SchemaAction? potentialAction,
  20. String? sameAs,
  21. dynamic subjectOf,
  22. String? url,
})

Create a new instance of SchemaContactPoint

Implementation

SchemaContactPoint({
  this.areaServed,
  this.availableLanguage,
  this.contactOption,
  this.contactType,
  this.email,
  this.faxNumber,
  this.hoursAvailable,
  this.productSupported,
  this.serviceArea,
  this.telephone,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});