MaxAxleGroupWeight constructor
- int maxWeightInKilograms,
- String axleGroupType
Creates a new instance.
maxWeightInKilogramsLimit of the axle weight in kilogramsaxleGroupTypeType of the restriction's axle group
Implementation
MaxAxleGroupWeight(this.maxWeightInKilograms, this.axleGroupType);