setIsTrialTest method

void setIsTrialTest(
  1. bool b
)

Assigns the argument b to isTrialTest and calls notifyListeners

Implementation

void setIsTrialTest(bool b){
  isTrialTest = b;
  notifyListeners();
}