SchemaGeoShape constructor
SchemaGeoShape({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- dynamic address,
- dynamic addressCountry,
- String? box,
- String? circle,
- dynamic elevation,
- String? line,
- String? polygon,
- 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,
});