getPositionFu method

String getPositionFu(
  1. [int sect = 2]
)

Implementation

String getPositionFu([int sect = 2]) => (1 == sect
    ? LunarUtil.POSITION_FU
    : LunarUtil.POSITION_FU_2)[_ganIndex + 1];