isLeapYear method

bool isLeapYear()

Implementation

bool isLeapYear() {
  return SolarUtil.isLeapYear(_year);
}