Route constructor
      
      Route({})
     
    
    
Implementation
Route({
  this.summary,
  this.legs,
  this.copyrights,
  this.overviewPolyline,
  this.warnings,
  this.waypointOrder,
  this.bounds,
  this.fare,
});Route({
  this.summary,
  this.legs,
  this.copyrights,
  this.overviewPolyline,
  this.warnings,
  this.waypointOrder,
  this.bounds,
  this.fare,
});