SchemaBusTrip constructor

SchemaBusTrip({
  1. dynamic arrivalBusStop,
  2. String? busName,
  3. String? busNumber,
  4. dynamic departureBusStop,
  5. String? arrivalTime,
  6. String? departureTime,
  7. dynamic itinerary,
  8. dynamic offers,
  9. SchemaTrip? partOfTrip,
  10. dynamic provider,
  11. SchemaTrip? subTrip,
  12. SchemaPlace? tripOrigin,
  13. String? additionalType,
  14. String? alternateName,
  15. dynamic description,
  16. String? disambiguatingDescription,
  17. dynamic identifier,
  18. dynamic image,
  19. dynamic mainEntityOfPage,
  20. String? name,
  21. SchemaAction? potentialAction,
  22. String? sameAs,
  23. dynamic subjectOf,
  24. String? url,
})

Create a new instance of SchemaBusTrip

Implementation

SchemaBusTrip({
  this.arrivalBusStop,
  this.busName,
  this.busNumber,
  this.departureBusStop,
  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,
});