setTrue method

void setTrue()

Sets the value to true.

Implementation

void setTrue() {
  value = true;
}