init method Null safety
Implementation
void init() {
_farms = null;
_currentFarm = null;
_user = null;
backgroundImageOpacity = 0;
isAnimationStarted = false;
}
void init() {
_farms = null;
_currentFarm = null;
_user = null;
backgroundImageOpacity = 0;
isAnimationStarted = false;
}