FeedbackSubmissionV3Body constructor

const FeedbackSubmissionV3Body({
  1. required String feedback,
  2. int? rating,
})

Implementation

const FeedbackSubmissionV3Body({
  required this.feedback,
  this.rating,
});