BusTrips constructor

BusTrips(
  1. {String routeId,
  2. String serviceId,
  3. String tripId,
  4. String tripHeadsign,
  5. String directionId,
  6. String shapeId,
  7. String wheelchairAccessible,
  8. String bikesAllowed}
)

Implementation

BusTrips({
  this.routeId,
  this.serviceId,
  this.tripId,
  this.tripHeadsign,
  this.directionId,
  this.shapeId,
  this.wheelchairAccessible,
  this.bikesAllowed
});