SchemaPostalAddress constructor
SchemaPostalAddress({
- dynamic addressCountry,
- String? addressLocality,
- String? addressRegion,
- String? postOfficeBoxNumber,
- String? postalCode,
- String? streetAddress,
- dynamic areaServed,
- dynamic availableLanguage,
- SchemaContactPointOption? contactOption,
- String? contactType,
- String? email,
- String? faxNumber,
- SchemaOpeningHoursSpecification? hoursAvailable,
- dynamic productSupported,
- dynamic serviceArea,
- String? telephone,
- 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 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,
});