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