AdRewardEvent constructor
AdRewardEvent({})
Implementation
AdRewardEvent(
{required this.rewardType,
required this.rewardVerify,
required this.rewardAmount,
required this.rewardName,
this.errCode,
this.errMsg,
this.customData,
this.userId,
required String adId,
required String action})
: super(adId: adId, action: action);