SchemaPond constructor

SchemaPond({
  1. SchemaPropertyValue? additionalProperty,
  2. dynamic address,
  3. SchemaAggregateRating? aggregateRating,
  4. SchemaLocationFeatureSpecification? amenityFeature,
  5. String? branchCode,
  6. SchemaPlace? containedIn,
  7. SchemaPlace? containedInPlace,
  8. SchemaPlace? containsPlace,
  9. SchemaEvent? event,
  10. SchemaEvent? events,
  11. String? faxNumber,
  12. dynamic geo,
  13. dynamic geoContains,
  14. dynamic geoCoveredBy,
  15. dynamic geoCovers,
  16. dynamic geoCrosses,
  17. dynamic geoDisjoint,
  18. dynamic geoEquals,
  19. dynamic geoIntersects,
  20. dynamic geoOverlaps,
  21. dynamic geoTouches,
  22. dynamic geoWithin,
  23. String? globalLocationNumber,
  24. SchemaCertification? hasCertification,
  25. bool? hasDriveThroughService,
  26. dynamic hasMap,
  27. bool? isAccessibleForFree,
  28. String? isicV4,
  29. dynamic keywords,
  30. dynamic latitude,
  31. dynamic longitude,
  32. String? map,
  33. String? maps,
  34. int? maximumAttendeeCapacity,
  35. SchemaOpeningHoursSpecification? openingHoursSpecification,
  36. dynamic photo,
  37. dynamic photos,
  38. bool? publicAccess,
  39. SchemaReview? review,
  40. SchemaReview? reviews,
  41. String? slogan,
  42. bool? smokingAllowed,
  43. SchemaOpeningHoursSpecification? specialOpeningHoursSpecification,
  44. String? telephone,
  45. String? tourBookingPage,
  46. String? additionalType,
  47. String? alternateName,
  48. dynamic description,
  49. String? disambiguatingDescription,
  50. dynamic identifier,
  51. dynamic image,
  52. dynamic mainEntityOfPage,
  53. String? name,
  54. SchemaAction? potentialAction,
  55. String? sameAs,
  56. dynamic subjectOf,
  57. String? url,
})

Create a new instance of SchemaPond

Implementation

SchemaPond({
  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.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,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});