unsetLVal method

dynamic unsetLVal()

Implementation

unsetLVal() {
  this.lVal = null;
}