isLeapYear method

bool isLeapYear()

Implementation

bool isLeapYear() => isDateRange(DateRangeType.leapYear);