isLeapYear method

  1. @override
bool isLeapYear()
override

Implementation

@override
bool isLeapYear() => _GAlgo.isLeapYear(year);