ShuttleRoute constructor

ShuttleRoute(
  1. {int id,
  2. String name,
  3. String description,
  4. bool enabled,
  5. dynamic color,
  6. int width,
  7. List<int> stopIds,
  8. String created,
  9. String updated,
  10. List<Point> points,
  11. bool active,
  12. List<Schedule> schedule}
)

Implementation

ShuttleRoute(
    {this.id,
    this.name,
    this.description,
    this.enabled,
    this.color,
    this.width,
    this.stopIds,
    this.created,
    this.updated,
    this.points,
    this.active,
    this.schedule});