isEndOfYear property

bool get isEndOfYear

Implementation

bool get isEndOfYear => month == DateTime.december && day == 31;