unsetValues method

dynamic unsetValues()

Implementation

unsetValues() {
  this.values = null;
}