getZodiac function
通过年支获取生肖
Implementation
String getZodiac(EarthlyBranchName earthlyBranchOfYear) {
return zodic.elementAt(earthlyBranches.indexOf(earthlyBranchOfYear.key));
}
通过年支获取生肖
String getZodiac(EarthlyBranchName earthlyBranchOfYear) {
return zodic.elementAt(earthlyBranches.indexOf(earthlyBranchOfYear.key));
}