NiceFeedbackData constructor
const
NiceFeedbackData({})
Implementation
const NiceFeedbackData({
required this.rating,
this.category,
required this.feedback,
this.email,
this.attachments,
});
const NiceFeedbackData({
required this.rating,
this.category,
required this.feedback,
this.email,
this.attachments,
});