gregorianFestival property
String
get
gregorianFestival
Implementation
String get gregorianFestival {
String result = LunarUtil.gregorianFestival(month, day);
if (result.isNotEmpty == true) {
return result;
}
return LunarUtil.getSpecialFestival(year, month, day);
}