BusRoutes constructor

BusRoutes(
  1. {String routeId,
  2. String agencyId,
  3. String routeShortName,
  4. String routeLongName,
  5. String routeDesc,
  6. String routeType,
  7. String routeUrl,
  8. String routeColor,
  9. String routeTextColor,
  10. String routeSortOrder}
)

Implementation

BusRoutes({
  this.routeId,
  this.agencyId,
  this.routeShortName,
  this.routeLongName,
  this.routeDesc,
  this.routeType,
  this.routeUrl,
  this.routeColor,
  this.routeTextColor,
  this.routeSortOrder
});