yearFirstDay property

DateTime get yearFirstDay

Implementation

DateTime get yearFirstDay => copyWith(month: 1, day: 1).startOfDay;