getYuan method

String getYuan()

Implementation

String getYuan() {
  return YUAN[((_year + 2696) / 60).floor() % 3] + '元';
}