SchemaTrainTrip constructor

SchemaTrainTrip({
  1. String? arrivalPlatform,
  2. SchemaTrainStation? arrivalStation,
  3. String? departurePlatform,
  4. SchemaTrainStation? departureStation,
  5. String? trainName,
  6. String? trainNumber,
  7. String? arrivalTime,
  8. String? departureTime,
  9. dynamic itinerary,
  10. dynamic offers,
  11. SchemaTrip? partOfTrip,
  12. dynamic provider,
  13. SchemaTrip? subTrip,
  14. SchemaPlace? tripOrigin,
  15. String? additionalType,
  16. String? alternateName,
  17. dynamic description,
  18. String? disambiguatingDescription,
  19. dynamic identifier,
  20. dynamic image,
  21. dynamic mainEntityOfPage,
  22. String? name,
  23. SchemaAction? potentialAction,
  24. String? sameAs,
  25. dynamic subjectOf,
  26. String? url,
})

Create a new instance of SchemaTrainTrip

Implementation

SchemaTrainTrip({
  this.arrivalPlatform,
  this.arrivalStation,
  this.departurePlatform,
  this.departureStation,
  this.trainName,
  this.trainNumber,
  this.arrivalTime,
  this.departureTime,
  this.itinerary,
  this.offers,
  this.partOfTrip,
  this.provider,
  this.subTrip,
  this.tripOrigin,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});