getYun method

String getYun()

Implementation

String getYun() {
  return YUN[((_year + 2696) / 20).floor() % 9] + '运';
}