VehicleProfile constructor
- VehicleType vehicleType
Creates a new instance.
vehicleTypeDefines the vehicle type.
Implementation
VehicleProfile(this.vehicleType)
: truckCategory = null, trailerCount = 0, hazardousMaterials = [], tunnelCategory = null, axleCount = null, grossWeightInKilograms = null, heightInCentimeters = null, lengthInCentimeters = null, widthInCentimeters = null, weightPerAxleInKilograms = null;