MaxAxleGroupWeight constructor

MaxAxleGroupWeight(
  1. int maxWeightInKilograms,
  2. String axleGroupType
)

Creates a new instance.

  • maxWeightInKilograms Limit of the axle weight in kilograms
  • axleGroupType Type of the restriction's axle group

Implementation

MaxAxleGroupWeight(this.maxWeightInKilograms, this.axleGroupType);