isLeapYear method

  1. @override
bool isLeapYear()
override

Implementation

@override
bool isLeapYear() => _isLeap;