ReaperBannerBean constructor

const ReaperBannerBean({
  1. required String? positionId,
  2. required int? adSizeIndex,
  3. int? cornerSize,
  4. int? width,
  5. int? height,
  6. int? uniqueKey,
  7. bool? showDislike,
  8. Function? callBack,
})

Implementation

const ReaperBannerBean(
    {required this.positionId,
    required this.adSizeIndex,
    this.cornerSize,
    this.width,
    this.height,
    this.uniqueKey,
    this.showDislike,
    this.callBack});