LU constant
Implementation
static const Map<String, String> LU = {
'甲': '寅',
'乙': '卯',
'丙': '巳',
'丁': '午',
'戊': '巳',
'己': '午',
'庚': '申',
'辛': '酉',
'壬': '亥',
'癸': '子',
'寅': '甲',
'卯': '乙',
'巳': '丙,戊',
'午': '丁,己',
'申': '庚',
'酉': '辛',
'亥': '壬',
'子': '癸'
};