toDayDateTimeYear property
String
get
toDayDateTimeYear
Implementation
String get toDayDateTimeYear => (this == null) ? "" : DateFormat('MMM d, y').format(this!);
String get toDayDateTimeYear => (this == null) ? "" : DateFormat('MMM d, y').format(this!);