SchemaGeoShape constructor

SchemaGeoShape({
  1. dynamic address,
  2. dynamic addressCountry,
  3. String? box,
  4. String? circle,
  5. dynamic elevation,
  6. String? line,
  7. String? polygon,
  8. String? postalCode,
  9. String? additionalType,
  10. String? alternateName,
  11. dynamic description,
  12. String? disambiguatingDescription,
  13. dynamic identifier,
  14. dynamic image,
  15. dynamic mainEntityOfPage,
  16. String? name,
  17. SchemaAction? potentialAction,
  18. String? sameAs,
  19. dynamic subjectOf,
  20. String? url,
})

Create a new instance of SchemaGeoShape

Implementation

SchemaGeoShape({
  this.address,
  this.addressCountry,
  this.box,
  this.circle,
  this.elevation,
  this.line,
  this.polygon,
  this.postalCode,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});