ReaperRewardVideoBean.fromJson constructor

ReaperRewardVideoBean.fromJson(
  1. Map<String, dynamic> json,
  2. dynamic callBack(
    1. ReaperRewardVideoAdCallBack
    )?
)

Implementation

ReaperRewardVideoBean.fromJson(Map<String, dynamic> json, this.callBack)
    : rewardName = json['rewardName'],
      userId = json['userId'],
      rewardAmount = json['rewardAmount'],
      extra = json['extra'],
      positionId = json['positionId'],
      orientation = json['orientation'];