AdEvent constructor

AdEvent({
  1. String? eventType,
  2. String? msg,
  3. String? adType,
})

Implementation

AdEvent({
  this.eventType,
  this.msg,
  this.adType,
});