constValue method

void constValue(
  1. num value
)

Implementation

void constValue(num value) {
  this.value = constant(value);
}