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