MPEvent constructor

MPEvent({
  1. required String eventName,
  2. EventType? eventType,
  3. Map<String, String?>? customAttributes,
  4. Map<String, dynamic>? customFlags,
})

Implementation

MPEvent(
    {required this.eventName,
    this.eventType,
    this.customAttributes,
    this.customFlags});