BusStop constructor

BusStop(
  1. {String stopId,
  2. String stopCode,
  3. String stopName,
  4. Null ttsStopName,
  5. String stopDesc,
  6. double stopLat,
  7. double stopLon,
  8. String zoneId,
  9. String stopUrl,
  10. int locationType,
  11. Null parentStation,
  12. String stopTimezone,
  13. int wheelchairBoarding,
  14. Null levelId,
  15. Null platformCode}
)

Implementation

BusStop(
    {this.stopId,
    this.stopCode,
    this.stopName,
    this.ttsStopName,
    this.stopDesc,
    this.stopLat,
    this.stopLon,
    this.zoneId,
    this.stopUrl,
    this.locationType,
    this.parentStation,
    this.stopTimezone,
    this.wheelchairBoarding,
    this.levelId,
    this.platformCode});