BusTrip constructor

BusTrip(
  1. {String tripId,
  2. String routeId,
  3. String serviceId,
  4. String tripHeadsign,
  5. Null tripShortName,
  6. int directionId,
  7. Null blockId,
  8. String shapeId,
  9. int wheelchairAccessible,
  10. int bikesAllowed}
)

Implementation

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