setFalse method

void setFalse()

Sets the value to false.

Implementation

void setFalse() {
  value = false;
}