isLeapYear property

bool get isLeapYear

Implementation

bool get isLeapYear => DateUtil.isLeapYear(year);