startOfYear property
DateTime
get
startOfYear
Returns the start of the year (January 1st 00:00:00)
Implementation
DateTime get startOfYear => DateCalculations.startOfYear(this);
Returns the start of the year (January 1st 00:00:00)
DateTime get startOfYear => DateCalculations.startOfYear(this);