ParameterConstraints constructor
ParameterConstraints({})
Implementation
ParameterConstraints({
this.allowedPattern,
this.allowedValues,
this.constraintDescription,
this.maxLength,
this.maxValue,
this.minLength,
this.minValue,
});