setTrue method

void setTrue()

Explicitly sets the value to true.

Implementation

void setTrue() => value = true;