SchemaPlace constructor

SchemaPlace({
  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. SchemaPropertyValue? additionalProperty,
  15. dynamic address,
  16. SchemaAggregateRating? aggregateRating,
  17. SchemaLocationFeatureSpecification? amenityFeature,
  18. String? branchCode,
  19. SchemaPlace? containedIn,
  20. SchemaPlace? containedInPlace,
  21. SchemaPlace? containsPlace,
  22. SchemaEvent? event,
  23. SchemaEvent? events,
  24. String? faxNumber,
  25. dynamic geo,
  26. dynamic geoContains,
  27. dynamic geoCoveredBy,
  28. dynamic geoCovers,
  29. dynamic geoCrosses,
  30. dynamic geoDisjoint,
  31. dynamic geoEquals,
  32. dynamic geoIntersects,
  33. dynamic geoOverlaps,
  34. dynamic geoTouches,
  35. dynamic geoWithin,
  36. String? globalLocationNumber,
  37. SchemaCertification? hasCertification,
  38. bool? hasDriveThroughService,
  39. String? hasGS1DigitalLink,
  40. dynamic hasMap,
  41. bool? isAccessibleForFree,
  42. String? isicV4,
  43. dynamic keywords,
  44. dynamic latitude,
  45. dynamic longitude,
  46. String? map,
  47. String? maps,
  48. int? maximumAttendeeCapacity,
  49. SchemaOpeningHoursSpecification? openingHoursSpecification,
  50. dynamic photo,
  51. dynamic photos,
  52. bool? publicAccess,
  53. SchemaReview? review,
  54. SchemaReview? reviews,
  55. String? slogan,
  56. bool? smokingAllowed,
  57. SchemaOpeningHoursSpecification? specialOpeningHoursSpecification,
  58. String? telephone,
  59. String? tourBookingPage,
})

Create a new instance of SchemaPlace

Implementation

SchemaPlace({
  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.additionalProperty,
  this.address,
  this.aggregateRating,
  this.amenityFeature,
  this.branchCode,
  this.containedIn,
  this.containedInPlace,
  this.containsPlace,
  this.event,
  this.events,
  this.faxNumber,
  this.geo,
  this.geoContains,
  this.geoCoveredBy,
  this.geoCovers,
  this.geoCrosses,
  this.geoDisjoint,
  this.geoEquals,
  this.geoIntersects,
  this.geoOverlaps,
  this.geoTouches,
  this.geoWithin,
  this.globalLocationNumber,
  this.hasCertification,
  this.hasDriveThroughService,
  this.hasGS1DigitalLink,
  this.hasMap,
  this.isAccessibleForFree,
  this.isicV4,
  this.keywords,
  this.latitude,
  this.logo,
  this.longitude,
  this.map,
  this.maps,
  this.maximumAttendeeCapacity,
  this.openingHoursSpecification,
  this.photo,
  this.photos,
  this.publicAccess,
  this.review,
  this.reviews,
  this.slogan,
  this.smokingAllowed,
  this.specialOpeningHoursSpecification,
  this.telephone,
  this.tourBookingPage,
});