AdEvent constructor
const
AdEvent({
- required AdEventType type,
- Map<
String, String> adData = const <String, String>{},
Creates an AdEvent.
Implementation
const AdEvent({required this.type, this.adData = const <String, String>{}});