unsetStatus method

dynamic unsetStatus()

Implementation

unsetStatus() {
  this.status = null;
}