currentFarm property Null safety
Implementation
Farm? get currentFarm => _currentFarm;
Implementation
set currentFarm(Farm? farm) {
_currentFarm = farm;
notifyListeners();
}
Farm? get currentFarm => _currentFarm;
set currentFarm(Farm? farm) {
_currentFarm = farm;
notifyListeners();
}