SchemaPostalAddress constructor

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

Create a new instance of SchemaPostalAddress

Implementation

SchemaPostalAddress({
  this.addressCountry,
  this.addressLocality,
  this.addressRegion,
  this.postOfficeBoxNumber,
  this.postalCode,
  this.streetAddress,
  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,
});