firstDayOfYear property
date
get
firstDayOfYear
Returns the first day of the year for the given date.
Implementation
date get firstDayOfYear => DateTime(year, 1, 1);
Returns the first day of the year for the given date.
date get firstDayOfYear => DateTime(year, 1, 1);