LuckBaseInfoModel constructor

LuckBaseInfoModel({
  1. List<LuckItemModel> expensiveLottery = const [],
  2. List<LuckItemModel> normalLottery = const [],
  3. LuckInfoModel? expensiveLuckyNumInfo,
  4. LuckInfoModel? normalLuckyNumInfo,
  5. List<LuckMarqueeModel> expensivePrizeList = const [],
  6. List<LuckMarqueeModel> normalPrizeList = const [],
  7. WalletBean? walletInfo,
})

Implementation

LuckBaseInfoModel({
  this.expensiveLottery: const [],
  this.normalLottery: const [],
  this.expensiveLuckyNumInfo,
  this.normalLuckyNumInfo,
  this.expensivePrizeList: const [],
  this.normalPrizeList: const [],
  this.walletInfo
});