PatchedTutorReference constructor
PatchedTutorReference({})
Returns a new PatchedTutorReference instance.
Implementation
PatchedTutorReference({
this.tutor,
this.rating,
this.comment,
this.firstName,
this.lastName,
this.email,
this.relation,
});