SchemaSubwayStation constructor

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

Create a new instance of SchemaSubwayStation

Implementation

SchemaSubwayStation({
  this.openingHours,
  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,
});