firstDayOfYear property

DateTime get firstDayOfYear

Implementation

static DateTime get firstDayOfYear => DateTime(now.year, 1, 1, 0, 0);