isLeapYear property

bool isLeapYear

Implementation

bool get isLeapYear => _isLeapYear(_dateTime.year);