toDayDateTimeYear property
String?
get
toDayDateTimeYear
Implementation
String? get toDayDateTimeYear {
if (this != null) {
return DateTime.parse(this!).toDateTimeYear;
}
return null;
}
String? get toDayDateTimeYear {
if (this != null) {
return DateTime.parse(this!).toDateTimeYear;
}
return null;
}