MaxAdBean constructor

MaxAdBean({
  1. required int maxShowNum,
  2. required int maxClickNum,
  3. required List<MaxAdInfoBean> firstRewardedAdList,
  4. required List<MaxAdInfoBean> secondRewardedAdList,
  5. required List<MaxAdInfoBean> firstInterAdList,
  6. required List<MaxAdInfoBean> secondInterAdList,
})

Implementation

MaxAdBean({
  required this.maxShowNum,
  required this.maxClickNum,
  required this.firstRewardedAdList,
  required this.secondRewardedAdList,
  required this.firstInterAdList,
  required this.secondInterAdList,
});