firstDayOfYear property

date get firstDayOfYear

Returns the first day of the year for the given date.

Implementation

date get firstDayOfYear => DateTime(year, 1, 1);