menu
gromore_ads package
documentation
event/ad_event.dart
AdEvent
AdEvent.new const constructor
AdEvent.new const constructor
dark_mode
light_mode
AdEvent
constructor
const
AdEvent
(
{
required
String
action
,
required
String
posId
,
required
int
timestamp
,
Map
<
String
,
dynamic
>
?
extra
,
})
Implementation
const AdEvent({ required this.action, required this.posId, required this.timestamp, this.extra, });
gromore_ads package
documentation
event/ad_event
AdEvent
AdEvent.new const constructor
AdEvent class