VehicleRestrictionMaxWeight constructor

VehicleRestrictionMaxWeight(
  1. int valueInKilograms,
  2. VehicleRestrictionMaxWeightType type
)

Created a new instance.

  • valueInKilograms Max permitted weight during the trip, in kilograms.
  • type Represents the specific type of the maximum permitted weight restriction.

Implementation

VehicleRestrictionMaxWeight(this.valueInKilograms, this.type);