isLeapYear property

bool get isLeapYear

Returns true if this date's year is a leap year.

Implementation

bool get isLeapYear => _isLeapYear(year);