UserChatFeedback constructor
UserChatFeedback({})
Returns a new UserChatFeedback instance.
Implementation
UserChatFeedback({
required this.id,
required this.username,
required this.session,
required this.userText,
required this.aiResponse,
required this.reason,
required this.additionalFeedback,
required this.mentor,
this.rating,
});