setRespAndCough method Null safety
- int value
Implementation
setRespAndCough(int value) {
diseaseObservation.respiAndCough = value;
changeRadioSelect(respiAndCoughRadios, value);
notifyListeners();
}
setRespAndCough(int value) {
diseaseObservation.respiAndCough = value;
changeRadioSelect(respiAndCoughRadios, value);
notifyListeners();
}