setCurrentGroup method Null safety
- CowGroup? cowGroup
Implementation
setCurrentGroup(CowGroup? cowGroup) {
_currentGroup = cowGroup;
diseaseObservation.cow = null;
notifyListeners();
}
setCurrentGroup(CowGroup? cowGroup) {
_currentGroup = cowGroup;
diseaseObservation.cow = null;
notifyListeners();
}