unsetPassword method

dynamic unsetPassword()

Implementation

unsetPassword() {
  this.password = null;
}