astrolabe method

  1. @override
IFunctionalAstrolabe? astrolabe()
override

获取当前宫位所在的星盘对象

@version v2.1.0

@returns {IFunctionalAstrolabe}

Implementation

@override
IFunctionalAstrolabe? astrolabe() {
  // TODO: implement astrolabe
  return _astrolabe;
}