ValueTransformation constructor

ValueTransformation({
  1. ApplyHash? applyHash,
  2. Empty? assignMaxValue,
  3. Empty? assignMinValue,
  4. Empty? assignNull,
  5. AssignSpecificValue? assignSpecificValue,
  6. DoubleComparisonFilter? doubleComparison,
  7. IntComparisonFilter? intComparison,
  8. Empty? isNull,
  9. RoundToScale? roundScale,
  10. ValueListFilter? valueList,
})

Implementation

ValueTransformation({
  this.applyHash,
  this.assignMaxValue,
  this.assignMinValue,
  this.assignNull,
  this.assignSpecificValue,
  this.doubleComparison,
  this.intComparison,
  this.isNull,
  this.roundScale,
  this.valueList,
});