cowGroupsWithTotal property Null safety

List<CowGroup?> cowGroupsWithTotal

"전체"를 포함한 모든 그룹을 가져옵니다. null은 "전체" 그룹을 의미합니다.

Implementation

List<CowGroup?> get cowGroupsWithTotal => [null, ..._cowGroups];