TruckRouteSearchOptions constructor
const
TruckRouteSearchOptions({
- required CarRouteSearchOptions car,
- int? truckLength = null,
- int? truckHeight = null,
- int? truckWidth = null,
- int? actualMass = null,
- int? maxPermittedMass = null,
- int? axleLoad = null,
- bool dangerousCargo = false,
- bool explosiveCargo = false,
- Set<
TruckPassZonePassId> passIds = const {}, - bool fallbackOnCar = false,
Implementation
const TruckRouteSearchOptions({
required this.car,
this.truckLength = null,
this.truckHeight = null,
this.truckWidth = null,
this.actualMass = null,
this.maxPermittedMass = null,
this.axleLoad = null,
this.dangerousCargo = false,
this.explosiveCargo = false,
this.passIds = const {},
this.fallbackOnCar = false
});