SchemaTrainTrip constructor
SchemaTrainTrip({
- String? arrivalPlatform,
- SchemaTrainStation? arrivalStation,
- String? departurePlatform,
- SchemaTrainStation? departureStation,
- String? trainName,
- String? trainNumber,
- String? arrivalTime,
- String? departureTime,
- dynamic itinerary,
- dynamic offers,
- SchemaTrip? partOfTrip,
- dynamic provider,
- SchemaTrip? subTrip,
- SchemaPlace? tripOrigin,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- 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,
});