FastRewardedAdBlocEventPayload constructor
FastRewardedAdBlocEventPayload({
- Duration? blockDuration,
- FastAdInfo? adInfo,
- String? country,
- dynamic error,
- RewardItem? reward,
Implementation
FastRewardedAdBlocEventPayload({
this.blockDuration,
this.adInfo,
this.country,
this.error,
this.reward,
});