setTrue method

void setTrue()

Implementation

void setTrue() {
  value = true;
  notifyListeners();
}