setConstantComputeValue method

void setConstantComputeValue(
  1. ConstantValueCompute? constantValueCompute
)

Sets the compute function to calculate the constant value.

Implementation

void setConstantComputeValue(ConstantValueCompute? constantValueCompute) {
  this.constantValueCompute = constantValueCompute;
}