unsetNames method

dynamic unsetNames()

Implementation

unsetNames() {
  this.names = null;
}