BusStops constructor

BusStops(
  1. {String stopId,
  2. String stopCode,
  3. String stopName,
  4. String stopDesc,
  5. String stopLat,
  6. String stopLon,
  7. String zoneId,
  8. String stopUrl,
  9. String locationType,
  10. String stopTimezone,
  11. String wheelchairBoarding}
)

Implementation

BusStops({
  this.stopId,
  this.stopCode,
  this.stopName,
  this.stopDesc,
  this.stopLat,
  this.stopLon,
  this.zoneId,
  this.stopUrl,
  this.locationType,
  this.stopTimezone,
  this.wheelchairBoarding
});