PatchedTutorReview constructor
PatchedTutorReview({
- int? id,
- User? customer,
- User? tutor,
- bool? showCustomerFeedbackOnSite,
- SimpleSubjectLevel? subject,
- String? customerFeedbackNotes,
- CustomerFeedbackStatusEnum? customerFeedbackStatus,
- DateTime? customerFeedbackCreatedAt,
- int? customerFeedbackRating,
- bool? customerFeedbackExcellent,
Returns a new PatchedTutorReview instance.
Implementation
PatchedTutorReview({
this.id,
this.customer,
this.tutor,
this.showCustomerFeedbackOnSite,
this.subject,
this.customerFeedbackNotes,
this.customerFeedbackStatus,
this.customerFeedbackCreatedAt,
this.customerFeedbackRating,
this.customerFeedbackExcellent,
});