respiScore property Null safety

int respiScore

호흡기 점수를 계산합니다.

Implementation

int get respiScore {
  return respiAndCough + snot + eye + appearance + ear + temperatureScore;
}