endOfYear property

DateTime get endOfYear

Returns the end of the year (December 31st 23:59:59)

Implementation

DateTime get endOfYear => DateCalculations.endOfYear(this);