unsetPwd method

dynamic unsetPwd()

Implementation

unsetPwd() {
  this.pwd = null;
}