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