lastDayOfYear property
date
get
lastDayOfYear
Returns the last day of the year for the given date.
Implementation
date get lastDayOfYear => DateTime(year, 12, 31);
Returns the last day of the year for the given date.
date get lastDayOfYear => DateTime(year, 12, 31);