getLiuNian method

List<LiuNian> getLiuNian()

获取10轮流年

Implementation

List<LiuNian> getLiuNian() {
  return getLiuNianBy(10);
}