DrivingAvoidanceFlags constructor
const
DrivingAvoidanceFlags({})
Implementation
const DrivingAvoidanceFlags({
this.avoidTolls = false,
this.avoidUnpaved = false,
this.avoidPoorCondition = false,
this.avoidRailwayCrossing = false,
this.avoidBoatFerry = false,
this.avoidFordCrossing = false,
this.avoidTunnel = false,
this.avoidHighway = false,
});