setHand method
- String h
Assigns the argument h to hand and calls notifyListeners
Implementation
void setHand (String h){
hand = h;
notifyListeners();
}
Assigns the argument h to hand and calls notifyListeners
void setHand (String h){
hand = h;
notifyListeners();
}