setConst method

dynamic setConst(
  1. dynamic value
)

Implementation

setConst(value) {
  this.constant = value;

  return this;
}