CallLevelEventPayload constructor
CallLevelEventPayload({})
Returns a new CallLevelEventPayload instance.
Implementation
CallLevelEventPayload({
required this.eventType,
this.payload = const {},
required this.timestamp,
required this.userId,
});