TutorFeedback constructor
TutorFeedback({})
Returns a new TutorFeedback instance.
Implementation
TutorFeedback({
required this.booking,
this.created,
this.engagementRating,
this.homeworkRating,
this.effortRating,
this.comment,
});