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