ParameterDefinition constructor
ParameterDefinition({})
Implementation
ParameterDefinition({
required this.name,
required this.referencedByResources,
this.allowedPattern,
this.allowedValues,
this.constraintDescription,
this.defaultValue,
this.description,
this.maxLength,
this.maxValue,
this.minLength,
this.minValue,
this.noEcho,
this.type,
});