isThisYear property

bool get isThisYear

Returns true if this date is in the current year

Implementation

bool get isThisYear => DateComparisons.isThisYear(this);