currentCowGroup property Null safety

CowGroup? currentCowGroup

선택된 그룹, null일 경우 "전체" 그룹을 의미합니다.

Implementation

CowGroup? get currentCowGroup => _currentGroup;