DimensionRestriction constructor
- int valueInCentimeters,
- DimensionRestrictionType type
Creates a new instance.
valueInCentimetersThe maximum allowed dimension.typeThe type of the dimension restriction.
Implementation
DimensionRestriction(this.valueInCentimeters, this.type);