resetCows method Null safety

dynamic resetCows()

Implementation

resetCows() {
  cows.clear();
}