SchemaPostalCodeRangeSpecification constructor

SchemaPostalCodeRangeSpecification({
  1. String? postalCodeBegin,
  2. String? postalCodeEnd,
  3. String? additionalType,
  4. String? alternateName,
  5. dynamic description,
  6. String? disambiguatingDescription,
  7. dynamic identifier,
  8. dynamic image,
  9. dynamic mainEntityOfPage,
  10. String? name,
  11. SchemaAction? potentialAction,
  12. String? sameAs,
  13. dynamic subjectOf,
  14. String? url,
})

Create a new instance of SchemaPostalCodeRangeSpecification

Implementation

SchemaPostalCodeRangeSpecification({
  this.postalCodeBegin,
  this.postalCodeEnd,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});