DrivingVehicleRestriction constructor
const
DrivingVehicleRestriction({})
Implementation
const DrivingVehicleRestriction({
this.weightLimit,
this.axleWeightLimit,
this.maxWeightLimit,
this.heightLimit,
this.widthLimit,
this.lengthLimit,
this.payloadLimit,
this.minEcoClass,
this.trailerNotAllowed,
this.legal,
});