BusTimeTable constructor

BusTimeTable(
  1. {String routeId,
  2. String stopName,
  3. String serviceId,
  4. double stopLat,
  5. double stopLon,
  6. int stopSequence,
  7. List<String> stopTimes}
)

Implementation

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