isLeapYear property

bool isLeapYear

True if this date falls in a leap year.

Implementation

bool get isLeapYear => checkLeapYear(year);