respiScore property Null safety
호흡기 점수를 계산합니다.
Implementation
int get respiScore {
return respiAndCough + snot + eye + appearance + ear + temperatureScore;
}
호흡기 점수를 계산합니다.
int get respiScore {
return respiAndCough + snot + eye + appearance + ear + temperatureScore;
}