LuckBaseInfoModel constructor
LuckBaseInfoModel({
- List<
LuckItemModel> expensiveLottery = const [], - List<
LuckItemModel> normalLottery = const [], - LuckInfoModel? expensiveLuckyNumInfo,
- LuckInfoModel? normalLuckyNumInfo,
- List<
LuckMarqueeModel> expensivePrizeList = const [], - List<
LuckMarqueeModel> normalPrizeList = const [], - WalletBean? walletInfo,
Implementation
LuckBaseInfoModel({
this.expensiveLottery: const [],
this.normalLottery: const [],
this.expensiveLuckyNumInfo,
this.normalLuckyNumInfo,
this.expensivePrizeList: const [],
this.normalPrizeList: const [],
this.walletInfo
});