palace method
获取星盘的某一个宫位, 通过宫位索引或者宫位名称都可以获取到, index 宫位索引 starName 宫位名称
Implementation
@override
IFunctionalPalace? palace(indexOfPalace) {
// TODO: implement palace
return getPalace(this, indexOfPalace);
}
获取星盘的某一个宫位, 通过宫位索引或者宫位名称都可以获取到, index 宫位索引 starName 宫位名称
@override
IFunctionalPalace? palace(indexOfPalace) {
// TODO: implement palace
return getPalace(this, indexOfPalace);
}