header property Null safety

String header

Implementation

String get header {
  return "${_currentFarm != null ? _currentFarm!.address : ''}";
}