isLeapYear method

bool isLeapYear()

Implementation

bool isLeapYear() => isLeapYearFunc(year());