DrivingVehicleOptions constructor
const
DrivingVehicleOptions({})
Implementation
const DrivingVehicleOptions({
this.vehicleType =
directions_driving_vehicle_type.DrivingVehicleType.Default,
this.weight,
this.axleWeight,
this.maxWeight,
this.height,
this.width,
this.length,
this.payload,
this.ecoClass,
this.hasTrailer,
this.buswayPermitted,
});