PatchedCustomerFeedback constructor
PatchedCustomerFeedback({
- String? id,
- FeedbackBooking? booking,
- int? rating,
- String? comment,
- FeedbackSerialCourse? serialCourseCustomer,
Returns a new PatchedCustomerFeedback instance.
Implementation
PatchedCustomerFeedback({
this.id,
this.booking,
this.rating,
this.comment,
this.serialCourseCustomer,
});