AdEvent constructor

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

Implementation

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