unsetValue method

dynamic unsetValue()

Implementation

unsetValue() {
  this.value = null;
}