BusRoute constructor

BusRoute(
  1. {String routeId,
  2. String agencyId,
  3. String routeShortName,
  4. String routeLongName,
  5. String routeDesc,
  6. int routeType,
  7. String routeUrl,
  8. String routeColor,
  9. String routeTextColor,
  10. int routeSortOrder,
  11. Null continuousPickup,
  12. Null continuousDropOff}
)

Implementation

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