setRespAndCough method Null safety

dynamic setRespAndCough(
  1. int value
)

Implementation

setRespAndCough(int value) {
  diseaseObservation.respiAndCough = value;
  changeRadioSelect(respiAndCoughRadios, value);
  notifyListeners();
}