greeting property Null safety

String greeting

Implementation

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