cowGroupsWithTotal property Null safety
"전체"를 포함한 모든 그룹을 가져옵니다. null은 "전체" 그룹을 의미합니다.
Implementation
List<CowGroup?> get cowGroupsWithTotal => [null, ..._cowGroups];
"전체"를 포함한 모든 그룹을 가져옵니다. null은 "전체" 그룹을 의미합니다.
List<CowGroup?> get cowGroupsWithTotal => [null, ..._cowGroups];