farmName property Null safety

String farmName

Implementation

String get farmName {
  return _currentFarm != null ? _currentFarm!.name : "";
}