unsetCondition method

dynamic unsetCondition()

Implementation

unsetCondition() {
  this.condition = null;
}