FirstPartyEvent constructor

const FirstPartyEvent({
  1. required String eventType,
  2. required Map<String, Object?> eventData,
})

Implementation

const FirstPartyEvent({required this.eventType, required this.eventData});