SchemaGeoShape constructor
      
      SchemaGeoShape({ 
    
- dynamic address,
 - dynamic addressCountry,
 - String? box,
 - String? circle,
 - dynamic elevation,
 - String? line,
 - String? polygon,
 - String? postalCode,
 - 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 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,
});