SchemaGeoShape constructor

SchemaGeoShape({
  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 address,
  15. dynamic addressCountry,
  16. String? box,
  17. String? circle,
  18. dynamic elevation,
  19. String? line,
  20. String? polygon,
  21. String? postalCode,
})

Create a new instance of SchemaGeoShape

Implementation

SchemaGeoShape({
  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.address,
  this.addressCountry,
  this.box,
  this.circle,
  this.elevation,
  this.line,
  this.polygon,
  this.postalCode,
});