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