isInNextYear property

bool get isInNextYear

Implementation

bool get isInNextYear => year == DateTime.now().year + 1;