unsetName method

dynamic unsetName()

Implementation

unsetName() {
  this.name = null;
}