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