ChangeParameterDTO constructor
ChangeParameterDTO({
- String? stringValue,
- ChangeParameterDTODecoratorTypeEnum? decoratorType,
- bool? empty,
Returns a new ChangeParameterDTO instance.
Implementation
ChangeParameterDTO({
this.stringValue,
this.decoratorType,
this.empty,
});