FeedbackBooking constructor
Returns a new FeedbackBooking instance.
Implementation
FeedbackBooking({
this.id,
this.tutor,
this.customer,
this.subject,
});
Returns a new FeedbackBooking instance.
FeedbackBooking({
this.id,
this.tutor,
this.customer,
this.subject,
});