FastRewardedAdBlocEventPayload constructor

FastRewardedAdBlocEventPayload({
  1. Duration? blockDuration,
  2. FastAdInfo? adInfo,
  3. String? country,
  4. dynamic error,
  5. RewardItem? reward,
})

Implementation

FastRewardedAdBlocEventPayload({
  this.blockDuration,
  this.adInfo,
  this.country,
  this.error,
  this.reward,
});