ReaperBannerBean.fromJson constructor

ReaperBannerBean.fromJson(
  1. Map<String, dynamic> json,
  2. Function? callBack
)

Implementation

ReaperBannerBean.fromJson(Map<String, dynamic> json, this.callBack)
    : positionId = json['positionId'],
      adSizeIndex = json['adSizeIndex'],
      showDislike = json['showDislike'],
      cornerSize = json['cornerSize'],
      uniqueKey = json['uniqueKey'],
      width = json['width'],
      height = json['height'];