isStartOfYear property

bool get isStartOfYear

Implementation

bool get isStartOfYear => month == DateTime.january && day == 1;