ValueTransformation constructor
ValueTransformation({
- ApplyHash? applyHash,
- Empty? assignMaxValue,
- Empty? assignMinValue,
- Empty? assignNull,
- AssignSpecificValue? assignSpecificValue,
- DoubleComparisonFilter? doubleComparison,
- IntComparisonFilter? intComparison,
- Empty? isNull,
- RoundToScale? roundScale,
- ValueListFilter? valueList,
Implementation
ValueTransformation({
this.applyHash,
this.assignMaxValue,
this.assignMinValue,
this.assignNull,
this.assignSpecificValue,
this.doubleComparison,
this.intComparison,
this.isNull,
this.roundScale,
this.valueList,
});