setIsCodeValidated method
- bool i
Assigns the argument i to isCodeValidated and calls notifyListeners
Implementation
void setIsCodeValidated (bool i){
isCodeValidated = i;
notifyListeners();
}
Assigns the argument i to isCodeValidated and calls notifyListeners
void setIsCodeValidated (bool i){
isCodeValidated = i;
notifyListeners();
}