ChangeParameterDTO constructor

ChangeParameterDTO({
  1. String? stringValue,
  2. ChangeParameterDTODecoratorTypeEnum? decoratorType,
  3. bool? empty,
})

Returns a new ChangeParameterDTO instance.

Implementation

ChangeParameterDTO({
  this.stringValue,
  this.decoratorType,
  this.empty,
});