WeightRestriction constructor
- int valueInKilograms,
- WeightRestrictionType type
Creates a new instance.
valueInKilogramsThe maximum allowed weight.typeThe type of the weight restriction.
Implementation
WeightRestriction(this.valueInKilograms, this.type);