SchemaContactPoint constructor

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

Create a new instance of SchemaContactPoint

Implementation

SchemaContactPoint({
  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.areaServed,
  this.availableLanguage,
  this.contactOption,
  this.contactType,
  this.email,
  this.faxNumber,
  this.hoursAvailable,
  this.productSupported,
  this.serviceArea,
  this.telephone,
});