cows property Null safety
Implementation
List<Cow> get cows => _cows;
Implementation
set cows(List<Cow> _) {
this._cows = _;
notifyListeners();
}
List<Cow> get cows => _cows;
set cows(List<Cow> _) {
this._cows = _;
notifyListeners();
}