setCurrentGroup method Null safety

dynamic setCurrentGroup(
  1. CowGroup? cowGroup
)

Implementation

setCurrentGroup(CowGroup? cowGroup) {
  _currentGroup = cowGroup;
  diseaseObservation.cow = null;
  notifyListeners();
}