leapMonth property

int? leapMonth

Implementation

int? get leapMonth => _solarToLunar()[3] == 1 ? lunarMonth : null;