setIsTrialTest method
- bool b
Assigns the argument b to isTrialTest and calls notifyListeners
Implementation
void setIsTrialTest(bool b){
isTrialTest = b;
notifyListeners();
}
Assigns the argument b to isTrialTest and calls notifyListeners
void setIsTrialTest(bool b){
isTrialTest = b;
notifyListeners();
}