AdEvent constructor

const AdEvent({
  1. required AdEventType type,
  2. Map<String, String> adData = const <String, String>{},
})

Creates an AdEvent.

Implementation

const AdEvent({required this.type, this.adData = const <String, String>{}});