BusTimeTable constructor
Implementation
BusTimeTable(
{this.routeId,
this.stopName,
this.serviceId,
this.stopLat,
this.stopLon,
this.stopSequence,
this.stopTimes});
BusTimeTable(
{this.routeId,
this.stopName,
this.serviceId,
this.stopLat,
this.stopLon,
this.stopSequence,
this.stopTimes});