astrolabe method
获取当前宫位所在的星盘对象
@version v2.1.0
@returns {IFunctionalAstrolabe}
Implementation
@override
IFunctionalAstrolabe? astrolabe() {
// TODO: implement astrolabe
return _astrolabe;
}
获取当前宫位所在的星盘对象
@version v2.1.0
@returns {IFunctionalAstrolabe}
@override
IFunctionalAstrolabe? astrolabe() {
// TODO: implement astrolabe
return _astrolabe;
}