SchemaDefinedRegion constructor

SchemaDefinedRegion({
  1. dynamic addressCountry,
  2. String? addressRegion,
  3. String? postalCode,
  4. String? postalCodePrefix,
  5. SchemaPostalCodeRangeSpecification? postalCodeRange,
  6. String? additionalType,
  7. String? alternateName,
  8. dynamic description,
  9. String? disambiguatingDescription,
  10. dynamic identifier,
  11. dynamic image,
  12. dynamic mainEntityOfPage,
  13. String? name,
  14. SchemaAction? potentialAction,
  15. String? sameAs,
  16. dynamic subjectOf,
  17. String? url,
})

Create a new instance of SchemaDefinedRegion

Implementation

SchemaDefinedRegion({
  this.addressCountry,
  this.addressRegion,
  this.postalCode,
  this.postalCodePrefix,
  this.postalCodeRange,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});