setConstantComputeValue method
Sets the compute function to calculate the constant value.
Implementation
void setConstantComputeValue(ConstantValueCompute? constantValueCompute) {
this.constantValueCompute = constantValueCompute;
}
Sets the compute function to calculate the constant value.
void setConstantComputeValue(ConstantValueCompute? constantValueCompute) {
this.constantValueCompute = constantValueCompute;
}