sum property Null safety

int sum

모든 개체의 숫자입니다.

Implementation

int get sum => goodCowCnt + cautionCowCnt + alertCowCnt + seriousCowCnt;