dayAfterBirthStr property Null safety
Implementation
String get dayAfterBirthStr {
return "${report.cow?.getDayAfterBirthStrFromDateTime(selectedDateTime)}일령";
}
String get dayAfterBirthStr {
return "${report.cow?.getDayAfterBirthStrFromDateTime(selectedDateTime)}일령";
}