getCurrentList method

List<LuckItemModel> getCurrentList(
  1. bool isNor
)

Implementation

List<LuckItemModel> getCurrentList(bool isNor) {
  return isNor ? normalLottery : expensiveLottery;
}