AdEvent constructor
const
AdEvent({
- required AdEventType type,
- String? adUnitId,
- AdError? error,
- AdReward? reward,
- AdPaidValue? paidValue,
Creates an ad event.
Implementation
const AdEvent({
required this.type,
this.adUnitId,
this.error,
this.reward,
this.paidValue,
});