Checks if a year is a leap year or not.
@override bool isLeapYear() { return _Algo.isLeapYear(year); }