isLeapYear method

bool isLeapYear()

Implementation

bool isLeapYear() => SolarUtil.isLeapYear(_year);