MaxAdBean constructor
MaxAdBean({
- required int maxShowNum,
- required int maxClickNum,
- required List<
MaxAdInfoBean> firstRewardedAdList, - required List<
MaxAdInfoBean> secondRewardedAdList, - required List<
MaxAdInfoBean> firstInterAdList, - required List<
MaxAdInfoBean> secondInterAdList,
Implementation
MaxAdBean({
required this.maxShowNum,
required this.maxClickNum,
required this.firstRewardedAdList,
required this.secondRewardedAdList,
required this.firstInterAdList,
required this.secondInterAdList,
});