isThisYear property

bool get isThisYear

Implementation

bool get isThisYear {
  return equalsYear(DateTime.now());
}