FeedbackStatusDTO constructor

const FeedbackStatusDTO({
  1. bool? canSubmitFeedback,
})

Implementation

const FeedbackStatusDTO({
  this.canSubmitFeedback,
});