FeedbackEntry constructor
FeedbackEntry({})
Implementation
FeedbackEntry({
required this.name,
required this.email,
required this.feedbackType,
required this.message,
required this.consent,
required this.experience,
required this.rating,
});