CallUserFeedbackSubmittedEvent constructor
CallUserFeedbackSubmittedEvent({})
Returns a new CallUserFeedbackSubmittedEvent instance.
Implementation
CallUserFeedbackSubmittedEvent({
required this.callCid,
required this.createdAt,
this.custom = const {},
required this.rating,
this.reason,
this.sdk,
this.sdkVersion,
required this.sessionId,
this.type = 'call.user_feedback_submitted',
required this.user,
});