CSATFeedbackFullDTO constructor
CSATFeedbackFullDTO({
- AdditionalCommentDTO? comment,
- int? rating,
- String? type,
Implementation
CSATFeedbackFullDTO({this.comment, this.rating, this.type});