cnCommon constant
HolidayCalendar
const cnCommon
Chinese statutory holidays (fixed dates).
Implementation
static const cnCommon = HolidayCalendar(
annualHolidays: [
(1, 1), // New Year's Day
(5, 1), // Labor Day
(10, 1), // National Day
(10, 2), // National Day
(10, 3), // National Day
],
name: 'CN Common',
);