BusStopTimes constructor
Implementation
BusStopTimes({
this.tripId,
this.arrivalTime,
this.departureTime,
this.stopId,
this.stopSequence,
this.pickupType,
this.dropOffType,
this.timepoint
});
BusStopTimes({
this.tripId,
this.arrivalTime,
this.departureTime,
this.stopId,
this.stopSequence,
this.pickupType,
this.dropOffType,
this.timepoint
});