isThisYear property

bool isThisYear

Check if this date is in the same year than DateTime.now

Implementation

bool get isThisYear => isSameYear(today);