AdEvent constructor
const
AdEvent({})
Implementation
const AdEvent({
required this.type,
required this.tag,
required this.requestId,
required this.adId,
this.adType = '',
this.message = '',
this.height,
});