totalScore property Null safety

int totalScore

종합 점수

Implementation

int get totalScore {
  return dehydration + feces + respiAndCough + snot + eye + appearance + ear + temperatureScore;
}