LunarDateTime constructor
LunarDateTime({})
Constructs a LunarDateTime with the provided year, month, day, leap status, and timeZone.
Implementation
LunarDateTime(
{required this.year,
required this.month,
required this.day,
this.isLeap = false,
this.timeZone = 7});