isThisYear property
bool
get
isThisYear
Returns true if this date is in the current year
Implementation
bool get isThisYear => DateComparisons.isThisYear(this);
Returns true if this date is in the current year
bool get isThisYear => DateComparisons.isThisYear(this);