menu
mparticle_flutter_sdk package
documentation
events/mp_event.dart
MPEvent
MPEvent constructor
MPEvent constructor
dark_mode
light_mode
MPEvent
constructor
MPEvent
(
{
required
String
eventName
,
EventType
?
eventType
,
Map
<
String
,
String
?
>
?
customAttributes
,
Map
<
String
,
dynamic
>
?
customFlags
,
})
Implementation
MPEvent( {required this.eventName, this.eventType, this.customAttributes, this.customFlags});
mparticle_flutter_sdk package
documentation
events/mp_event
MPEvent
MPEvent constructor
MPEvent class